[llvm] r283365 - [LV] Remove obsolete comment (NFC)
Matthew Simpson via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 12:19:49 PDT 2016
Author: mssimpso
Date: Wed Oct 5 14:19:49 2016
New Revision: 283365
URL: http://llvm.org/viewvc/llvm-project?rev=283365&view=rev
Log:
[LV] Remove obsolete comment (NFC)
Modified:
llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
Modified: llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp?rev=283365&r1=283364&r2=283365&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp Wed Oct 5 14:19:49 2016
@@ -382,9 +382,7 @@ public:
// Perform the actual loop widening (vectorization).
// MinimumBitWidths maps scalar integer values to the smallest bitwidth they
// can be validly truncated to. The cost model has assumed this truncation
- // will happen when vectorizing. VecValuesToIgnore contains scalar values
- // that the cost model has chosen to ignore because they will not be
- // vectorized.
+ // will happen when vectorizing.
void vectorize(LoopVectorizationLegality *L,
const MapVector<Instruction *, uint64_t> &MinimumBitWidths) {
MinBWs = &MinimumBitWidths;
More information about the llvm-commits
mailing list