We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d04be commit b5f0ec8Copy full SHA for b5f0ec8
llvm/lib/Transforms/Vectorize/VPlan.cpp
@@ -1002,11 +1002,6 @@ void VPlan::execute(VPTransformState *State) {
1002
setName("Final VPlan");
1003
LLVM_DEBUG(dump());
1004
1005
- LLVM_DEBUG(dbgs() << "Executing best plan with VF=" << State->VF
1006
- << ", UF=" << getUF() << '\n');
1007
- setName("Final VPlan");
1008
- LLVM_DEBUG(dump());
1009
-
1010
// Disconnect the middle block from its single successor (the scalar loop
1011
// header) in both the CFG and DT. The branch will be recreated during VPlan
1012
// execution.
0 commit comments