[llvm-branch-commits] [llvm] ebf29ba - [LV] Remove stray debug dump added in 0d2efbb8b82c.
Florian Hahn via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Apr 25 07:07:18 PDT 2022
Author: Florian Hahn
Date: 2022-04-25T14:48:12+01:00
New Revision: ebf29ba9f0a3a1076c613aef59e65d65435daaee
URL: https://github.com/llvm/llvm-project/commit/ebf29ba9f0a3a1076c613aef59e65d65435daaee
DIFF: https://github.com/llvm/llvm-project/commit/ebf29ba9f0a3a1076c613aef59e65d65435daaee.diff
LOG: [LV] Remove stray debug dump added in 0d2efbb8b82c.
Added:
Modified:
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
index 93eaed6551302..46ff0994e04e7 100644
--- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -2555,7 +2555,6 @@ void InnerLoopVectorizer::widenIntOrFpInduction(
} else {
EntryPart = Builder.CreateAdd(
ScalarIV, Builder.CreateMul(StartIdx, Step), "induction");
- EntryPart->dump();
}
State.set(Def, EntryPart, Part);
if (Trunc) {
More information about the llvm-branch-commits
mailing list