[PATCH] D126563: [RISCV] Allow PRE of vsetvli involving non-1 LMUL

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 15:33:31 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/sink-splat-operands.ll:4181
 ; CHECK-NEXT:    # =>This Inner Loop Header: Depth=1
 ; CHECK-NEXT:    vsetvli zero, a3, e32, m8, ta, mu
 ; CHECK-NEXT:    vle32.v v8, (a0)
----------------
I guess this didn't optimized because the amount was in a register?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126563/new/

https://reviews.llvm.org/D126563



More information about the llvm-commits mailing list