[llvm] [VPlan] Use VPlan predecessors in VPWidenPHIRecipe (NFC). (PR #126388)

via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 9 02:16:24 PST 2025


================
@@ -136,19 +136,22 @@ void PlainCFGBuilder::fixPhiNodes() {
       // predecessor is the first operand of the recipe.
       assert(Phi->getNumOperands() == 2);
----------------
ayalz wrote:

(independent) Error message.

https://github.com/llvm/llvm-project/pull/126388


More information about the llvm-commits mailing list