[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:

Independent: can R iterate over ExitVPBB->phis() above?

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


More information about the llvm-commits mailing list