diff options
author | AtariDreams <gfunni234@gmail.com> | 2024-06-28 03:08:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-28 09:08:01 +0200 |
commit | dd0245e3d74955ace14c95d288abf72346ad52e8 (patch) | |
tree | 809e79ee4ea8b1c6072b163414e768cbf8738816 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | c931ac5994c4f896f0db03c425924ed38601252a (diff) | |
download | llvm-dd0245e3d74955ace14c95d288abf72346ad52e8.zip llvm-dd0245e3d74955ace14c95d288abf72346ad52e8.tar.gz llvm-dd0245e3d74955ace14c95d288abf72346ad52e8.tar.bz2 |
[InstCombine] Relax one-use requirement for add iN (sext i1 X), (sext i1 Y) --> sext (X | Y) to iN (#90509)
Since these remove instructions as long as at least one of X or Y is
one-use, we don't need to check one-use for both.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions