Skip to content

Commit 3b4c45e

Browse files
committed
[VPlan] Fix long comment added in b021464 (NFC).
Fix formatting of comment added in b021464.
1 parent 0b2b87b commit 3b4c45e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlan.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,9 @@ void VPlan::execute(VPTransformState *State) {
10471047
BrInst->insertBefore(MiddleBB->getTerminator());
10481048
MiddleBB->getTerminator()->eraseFromParent();
10491049
State->CFG.DTU.applyUpdates({{DominatorTree::Delete, MiddleBB, ScalarPh}});
1050-
// Disconnect scalar preheader and scalar header, as the dominator tree edge will be updated as part of VPlan execution. This allows keeping the DTU logic generic during VPlan execution.
1050+
// Disconnect scalar preheader and scalar header, as the dominator tree edge
1051+
// will be updated as part of VPlan execution. This allows keeping the DTU
1052+
// logic generic during VPlan execution.
10511053
State->CFG.DTU.applyUpdates(
10521054
{{DominatorTree::Delete, ScalarPh, ScalarPh->getSingleSuccessor()}});
10531055

0 commit comments

Comments
 (0)