[llvm] [LV] Bundle sub reductions into VPExpressionRecipe (PR #147255)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 27 07:36:14 PDT 2025
================
@@ -3126,14 +3127,15 @@ tryToMatchAndCreateMulAccumulateReduction(VPReductionRecipe *Red,
};
VPValue *VecOp = Red->getVecOp();
+ VPValue *Mul = VecOp;
----------------
SamTebbs33 wrote:
Agreed, I think this is left over from when we were checking for a negation. Done.
https://github.com/llvm/llvm-project/pull/147255
More information about the llvm-commits
mailing list