[llvm] [VPlan] Use scalar VPPhi instead of VPWidenPHIRecipe in createPlainCFG. (PR #150847)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 4 23:06:40 PDT 2025
================
@@ -8304,6 +8304,8 @@ VPRecipeBase *VPRecipeBuilder::tryToCreateWidenRecipe(VPSingleDefRecipe *R,
// Add backedge value.
PhiRecipe->addOperand(Operands[1]);
return PhiRecipe;
+ } else {
----------------
ayalz wrote:
Else redundant after early exit?
https://github.com/llvm/llvm-project/pull/150847
More information about the llvm-commits
mailing list