[llvm] [LoopVectorizer] Add support for chaining partial reductions (PR #120272)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 07:45:45 PST 2025
================
@@ -8979,7 +8997,9 @@ VPRecipeBuilder::tryToCreatePartialReduction(Instruction *Reduction,
VPValue *BinOp = Operands[0];
VPValue *Phi = Operands[1];
----------------
SamTebbs33 wrote:
This should probably be called `Accumulator` or something like that since that's now more accurate.
https://github.com/llvm/llvm-project/pull/120272
More information about the llvm-commits
mailing list