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

Sander de Smalen via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Apr 24 02:21:42 PDT 2025


================
@@ -2496,6 +2501,9 @@ class VPMulAccumulateReductionRecipe : public VPReductionRecipe {
 
   Type *ResultTy;
 
+  /// If the reduction this is based on is a partial reduction.
----------------
sdesmalen-arm wrote:

This comment makes no sense.

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


More information about the llvm-branch-commits mailing list