[llvm] [RISCV] Recommit "Expand vp.stride.load to splat of a scalar load." (PR #98579)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 19:29:28 PDT 2024


================
@@ -155,6 +163,47 @@ bool RISCVCodeGenPrepare::visitIntrinsicInst(IntrinsicInst &I) {
   return true;
 }
 
+bool RISCVCodeGenPrepare::expandVPStrideLoad(IntrinsicInst &II) {
+  if (ST->hasOptimizedZeroStrideLoad())
----------------
wangpc-pp wrote:

We don't have test coverage for this?

https://github.com/llvm/llvm-project/pull/98579


More information about the llvm-commits mailing list