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) { _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits