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

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 21 00:58:03 PDT 2025


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

> Oh sorry, I meant as in only having two commits, one that adds the tests without the changes in RISCVCodgenPrepare, and another with the changes in RISCVCodegenPrepare that shows the change in the tests, e.g. see https://llvm.org/docs/InstCombineContributorGuide.html#precommit-tests

Sorry, I misunderstood. I get it now.

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


More information about the llvm-commits mailing list