Skip to content

Commit b5f0ec8

Browse files
authored
[VPlan] Remove redundant printing final in VPlan::execute (#121048)
Multiple prints will cause problems when testing ir-bb
1 parent 88d04be commit b5f0ec8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Transforms/Vectorize/VPlan.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,11 +1002,6 @@ void VPlan::execute(VPTransformState *State) {
10021002
setName("Final VPlan");
10031003
LLVM_DEBUG(dump());
10041004

1005-
LLVM_DEBUG(dbgs() << "Executing best plan with VF=" << State->VF
1006-
<< ", UF=" << getUF() << '\n');
1007-
setName("Final VPlan");
1008-
LLVM_DEBUG(dump());
1009-
10101005
// Disconnect the middle block from its single successor (the scalar loop
10111006
// header) in both the CFG and DT. The branch will be recreated during VPlan
10121007
// execution.

0 commit comments

Comments
 (0)