[llvm] [VPlan] Use VPlan predecessors in VPWidenPHIRecipe (NFC). (PR #126388)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 14:35:22 PST 2025
================
@@ -136,19 +136,22 @@ void PlainCFGBuilder::fixPhiNodes() {
// predecessor is the first operand of the recipe.
assert(Phi->getNumOperands() == 2);
----------------
fhahn wrote:
Done in 620a51535ba7934a6f6bca5b74ff75946e886d87
https://github.com/llvm/llvm-project/pull/126388
More information about the llvm-commits
mailing list