[llvm] [VPlan] Add exit phi operands during initial construction (NFC). (PR #136455)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 21 08:05:35 PDT 2025
================
@@ -9392,11 +9392,7 @@ collectUsersInExitBlocks(Loop *OrigLoop, VPRecipeBuilder &Builder,
continue;
}
----------------
ayalz wrote:
Above "and add the exiting VPValue as operand" is now obsolete. Worth noting that users of multiple (early) exits are excluded?
https://github.com/llvm/llvm-project/pull/136455
More information about the llvm-commits
mailing list