[llvm] [VPlan] Split off VPReductionRecipe creation for in-loop reductions (NFC) (PR #168784)

via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 18 14:29:46 PST 2025


================
@@ -699,6 +700,164 @@ void VPlanTransforms::createHeaderPhiRecipes(
   }
 }
 
+void VPlanTransforms::createVPReductionRecipesForInLoopReductions(
----------------
ayalz wrote:

Suffice to say
```suggestion
void VPlanTransforms::createInLoopReductionRecipes(
```
?

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


More information about the llvm-commits mailing list