[llvm] [VPlan] Use scalar VPPhi instead of VPWidenPHIRecipe in createPlainCFG. (PR #150847)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 4 08:32:49 PDT 2025
================
@@ -207,8 +205,8 @@ void PlainCFGBuilder::createVPInstructionsForVPBB(VPBasicBlock *VPBB,
// Phi node's operands may have not been visited at this point. We create
----------------
ayalz wrote:
independent nit:
```suggestion
// Phi node's operands may not have been visited at this point. We create
```
https://github.com/llvm/llvm-project/pull/150847
More information about the llvm-commits
mailing list