summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2022-04-25 14:48:12 +0100
committerFlorian Hahn <flo@fhahn.com>2022-04-25 14:48:12 +0100
commitebf29ba9f0a3a1076c613aef59e65d65435daaee (patch)
tree99f6d5935a9e35c4ecbfcc9dcfa2dea4e999e806
parent0d2efbb8b82c13ea6e4aef727c5360eea6679605 (diff)
downloadllvm-ebf29ba9f0a3a1076c613aef59e65d65435daaee.tar.gz
[LV] Remove stray debug dump added in 0d2efbb8b82c.
-rw-r--r--llvm/lib/Transforms/Vectorize/LoopVectorize.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
index 93eaed655130..46ff0994e04e 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) {