[llvm] [RISCV] Vectorize phi for loop carried @llvm.vp.reduce.* (PR #131974)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 19 00:01:03 PDT 2025
================
@@ -42,3 +42,459 @@ vector.body:
exit:
ret float %acc
}
+
+define i32 @vp_reduce_add(ptr %a) {
----------------
lukel97 wrote:
Can you add these tests in a separate commit in this PR so we can see the diff before and after?
https://github.com/llvm/llvm-project/pull/131974
More information about the llvm-commits
mailing list