diff --git a/llvm/lib/Transforms/Vectorize/VPlan.cpp b/llvm/lib/Transforms/Vectorize/VPlan.cpp index 71f43abe534ec..9a082921d4f7f 100644 --- a/llvm/lib/Transforms/Vectorize/VPlan.cpp +++ b/llvm/lib/Transforms/Vectorize/VPlan.cpp @@ -1002,11 +1002,6 @@ void VPlan::execute(VPTransformState *State) { setName("Final VPlan"); LLVM_DEBUG(dump()); - LLVM_DEBUG(dbgs() << "Executing best plan with VF=" << State->VF - << ", UF=" << getUF() << '\n'); - setName("Final VPlan"); - LLVM_DEBUG(dump()); - // Disconnect the middle block from its single successor (the scalar loop // header) in both the CFG and DT. The branch will be recreated during VPlan // execution.