Skip to content

Commit 2e33734

Browse files
committed
[VPlan] Remove unnecessary DomTreeUpdater flush (NFC).
The current version does not need the explicit flush at this point.
1 parent adbbb90 commit 2e33734

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlan.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,8 +1016,6 @@ void VPlan::execute(VPTransformState *State) {
10161016
for (VPBlockBase *Block : RPOT)
10171017
Block->execute(State);
10181018

1019-
State->CFG.DTU.flush();
1020-
10211019
VPBasicBlock *Header = vputils::getFirstLoopHeader(*this, State->VPDT);
10221020
if (!Header)
10231021
return;

0 commit comments

Comments
 (0)