[llvm] [LV] Bundle partial reductions inside VPExpressionRecipe (PR #147302)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 2 03:53:54 PDT 2025


================
@@ -3512,6 +3521,9 @@ tryToMatchAndCreateExtendedReduction(VPReductionRecipe *Red, VPCostContext &Ctx,
 static VPExpressionRecipe *
 tryToMatchAndCreateMulAccumulateReduction(VPReductionRecipe *Red,
                                           VPCostContext &Ctx, VFRange &Range) {
+  using namespace VPlanPatternMatch;
----------------
sdesmalen-arm wrote:

nit: is this [still] needed?

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


More information about the llvm-commits mailing list