Skip to content

Commit 1211faf

Browse files
committed
!fixup remove ExitBlocks.
1 parent 5d6729d commit 1211faf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,6 @@ static void createLoopRegion(VPlan &Plan, VPBlockBase *HeaderVPB) {
423423
R->setExiting(LatchVPBB);
424424

425425
// All VPBB's reachable shallowly from HeaderVPB belong to the current region.
426-
SmallPtrSet<VPBlockBase *, 2> ExitBlocks(Plan.getExitBlocks().begin(),
427-
Plan.getExitBlocks().end());
428426
for (VPBlockBase *VPBB : vp_depth_first_shallow(HeaderVPB))
429427
VPBB->setParent(R);
430428
}

0 commit comments

Comments
 (0)