[llvm] [RISCV] Sink vp.splat operands of VP intrinsic. (PR #133245)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 11 18:32:52 PDT 2025


================
@@ -5890,3 +5890,70 @@ vector.body:                                      ; preds = %vector.body, %entry
 for.cond.cleanup:                                 ; preds = %vector.body
   ret void
 }
+
+define dso_local void @sink_vp_splat(ptr nocapture %out, ptr nocapture %in) {
----------------
lukel97 wrote:

I think the dso_local can be removed

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


More information about the llvm-commits mailing list