[llvm-branch-commits] [llvm] [LoopVectorizer] Bundle partial reductions inside VPMulAccumulateReductionRecipe (PR #136173)

Sam Tebbs via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Apr 28 08:46:38 PDT 2025


================
@@ -2056,55 +2056,6 @@ class VPReductionPHIRecipe : public VPHeaderPHIRecipe,
   }
 };
 
-/// A recipe for forming partial reductions. In the loop, an accumulator and
----------------
SamTebbs33 wrote:

I don't think I could make it an NFC change, since to conform to `VPReductionRecipe`, the accumulator and binop have to be swapped around.

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


More information about the llvm-branch-commits mailing list