diff options
author | Luke Lau <luke@igalia.com> | 2024-01-15 14:09:52 +0700 |
---|---|---|
committer | Luke Lau <luke@igalia.com> | 2024-01-15 14:09:52 +0700 |
commit | cd1d3445d8a53ef4d667908f0539eda37345defa (patch) | |
tree | 6a39c4897832cf5afec8644278805e801110745d /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 3b7abf38fb934324ca38bc741ea59266a9c4e130 (diff) | |
download | llvm-cd1d3445d8a53ef4d667908f0539eda37345defa.zip llvm-cd1d3445d8a53ef4d667908f0539eda37345defa.tar.gz llvm-cd1d3445d8a53ef4d667908f0539eda37345defa.tar.bz2 |
[RISCV] Don't check haveNoCommonBitsSet in RISCVGatherScatterLowering
If an or instruction has no common bits set in its operands, InstCombine will
set the disjoint flag. This means we shouldn't need to compute it ourselves
anymore in RISCVGatherScatterLowering, and can just rely on said flag being
set.
Originally split out from #77800
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions