[llvm] [VPlan] Construct immutable VPIRBBs for exit blocks at construction(NFC) (PR #128374)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 03:58:15 PST 2025


================
@@ -9140,6 +9140,10 @@ collectUsersInExitBlocks(Loop *OrigLoop, VPRecipeBuilder &Builder,
                          VPlan &Plan) {
   SetVector<VPIRInstruction *> ExitUsersToFix;
   for (VPIRBasicBlock *ExitVPBB : Plan.getExitBlocks()) {
+    // Nothing to do for unreachable exit blocks.
----------------
fhahn wrote:

Yep, once we connect the exits also to the scalar loop

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


More information about the llvm-commits mailing list