Our optimization pass checks for loop simplify form, before doing
the transform. The loops here aren't in loop simplify form because
the exit block has two predecessors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127451
[RISCV] Add test case showing failure to convert gather/scatter to strided load/store. NFC ClosedPublic Authored by craig.topper on Jun 9 2022, 3:30 PM.
Details Summary Our optimization pass checks for loop simplify form, before doing
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 10 2022, 11:18 AM This revision was landed with ongoing or failed builds.Jun 10 2022, 1:00 PM Closed by commit rGa639e1fceb72: [RISCV] Add test case showing failure to convert gather/scatter to strided… (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 436019 llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store-asm.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store.ll
|