[llvm] [VPlan] Use scalar VPPhi instead of VPWidenPHIRecipe in createPlainCFG. (PR #150847)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 5 06:05:51 PDT 2025
================
@@ -8304,6 +8304,8 @@ VPRecipeBase *VPRecipeBuilder::tryToCreateWidenRecipe(VPSingleDefRecipe *R,
// Add backedge value.
PhiRecipe->addOperand(Operands[1]);
return PhiRecipe;
+ } else {
----------------
fhahn wrote:
Ah yes, removed the else, thanks
https://github.com/llvm/llvm-project/pull/150847
More information about the llvm-commits
mailing list