[PATCH] D121113: [RISCV][VP] Custom lower VP_STRIDED_LOAD and VP_STRIDED_STORE

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 13:33:06 PST 2022


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/strided-vpload.ll:145
+; CHECK-RV64-NEXT:    ret
+  %a = insertelement <vscale x 8 x i1> undef, i1 true, i32 0
+  %b = shufflevector <vscale x 8 x i1> %a, <vscale x 8 x i1> poison, <vscale x 8 x i32> zeroinitializer
----------------
Use `poison` instead of `undef`


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

https://reviews.llvm.org/D121113



More information about the llvm-commits mailing list