[PATCH] D97698: [RISCV] Support fixed-length INSERT_VECTOR_ELT

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 21:02:56 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-insert.ll:137
+; RV32-NEXT:    vslidedown.vx v8, v28, a2
+; RV32-NEXT:    vsetvli a4, zero, e16,m4,ta,mu
+; RV32-NEXT:    vmv.s.x v8, a1
----------------
Looking at this again, should this be using 32 instead of VLMAX?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97698



More information about the llvm-commits mailing list