[RISCV] Add test case showing failure to convert gather/scatter to strided load/store...
authorCraig Topper <craig.topper@sifive.com>
Fri, 10 Jun 2022 19:50:52 +0000 (12:50 -0700)
committerCraig Topper <craig.topper@sifive.com>
Fri, 10 Jun 2022 20:00:20 +0000 (13:00 -0700)
commita639e1fceb727a628bc52a064f2a2462fe1a5eaa
tree7a46e2c391941d1762aa7e658629d343906dd200
parent275b2e5243639268033d6f0183b9b3b1a30574be
[RISCV] Add test case showing failure to convert gather/scatter to strided load/store. NFC

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.

Reviewed By: reames

Differential Revision: https://reviews.llvm.org/D127451
llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store-asm.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store.ll