[llvm] [VPlan] Create header phis once, after constructing VPlan0 (NFC). (PR #168291)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 13 23:58:08 PST 2025
================
@@ -8206,56 +8160,12 @@ bool VPRecipeBuilder::getScaledReductions(
VPRecipeBase *VPRecipeBuilder::tryToCreateWidenRecipe(VPSingleDefRecipe *R,
----------------
ayalz wrote:
Worth being more specific, as in
```suggestion
VPRecipeBase *VPRecipeBuilder::tryToCreateWidenNonPhiRecipe(VPSingleDefRecipe *R,
```
?
https://github.com/llvm/llvm-project/pull/168291
More information about the llvm-commits
mailing list