[llvm-branch-commits] [llvm] [LV] Add ExtNegatedMulAccReduction expression type (PR #160154)
Sander de Smalen via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Sep 26 09:09:45 PDT 2025
================
@@ -3524,7 +3524,13 @@ tryToMatchAndCreateMulAccumulateReduction(VPReductionRecipe *Red,
};
VPValue *VecOp = Red->getVecOp();
+ VPValue *Sub = nullptr;
----------------
sdesmalen-arm wrote:
nit: Is it worth making `Sub` a `VPRecipeBase`? (since that's the only use-case of it)
https://github.com/llvm/llvm-project/pull/160154
More information about the llvm-branch-commits
mailing list