[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
Thu Mar 17 11:08:16 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-vpload.ll:25
+
+declare <2 x i8> @llvm.experimental.vp.strided.load.v2i8(i8*, i32, <2 x i1>, i32)
+
----------------
This should have ".i32" on the end of the intrinsic name. Same for all of the intrinsics with i32 stride.


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

https://reviews.llvm.org/D121113



More information about the llvm-commits mailing list