[llvm] [VPlan] Add exit phi operands during initial construction (NFC). (PR #136455)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 22 01:56:39 PDT 2025


================
@@ -9392,11 +9392,7 @@ collectUsersInExitBlocks(Loop *OrigLoop, VPRecipeBuilder &Builder,
         continue;
       }
 
----------------
fhahn wrote:

Done, aslo dropped  .. modeled in VPlan, as all are now modeled in VPlan.

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


More information about the llvm-commits mailing list