[llvm] [LV] Bundle partial reductions inside VPExpressionRecipe (PR #147302)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 2 08:21:51 PDT 2025
================
@@ -3512,6 +3521,9 @@ tryToMatchAndCreateExtendedReduction(VPReductionRecipe *Red, VPCostContext &Ctx,
static VPExpressionRecipe *
tryToMatchAndCreateMulAccumulateReduction(VPReductionRecipe *Red,
VPCostContext &Ctx, VFRange &Range) {
+ using namespace VPlanPatternMatch;
----------------
SamTebbs33 wrote:
Doesn't look like it. Removed.
https://github.com/llvm/llvm-project/pull/147302
More information about the llvm-commits
mailing list