[llvm] [RISCV] Vectorize phi for loop carried @llvm.vp.reduce.* (PR #131974)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 01:57:56 PDT 2025


================
@@ -42,3 +42,459 @@ vector.body:
 exit:
   ret float %acc
 }
+
+define i32 @vp_reduce_add(ptr %a) {
----------------
lukel97 wrote:

There still only seems to be one commit in this PR

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


More information about the llvm-commits mailing list