diff options
author | Matthew Simpson <mssimpso@codeaurora.org> | 2016-10-05 19:19:49 +0000 |
---|---|---|
committer | Matthew Simpson <mssimpso@codeaurora.org> | 2016-10-05 19:19:49 +0000 |
commit | 6a8e0bcf3d02bd0e19b8c7d9fd0be88262423d72 (patch) | |
tree | dcc0e1fb45f339e52c4b7c8af4e87779ea585dd5 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | |
parent | ee3fdc7e26f74889b2ac61895c2bb1964e1d352a (diff) | |
download | bcm5719-llvm-6a8e0bcf3d02bd0e19b8c7d9fd0be88262423d72.tar.gz bcm5719-llvm-6a8e0bcf3d02bd0e19b8c7d9fd0be88262423d72.zip |
[LV] Remove obsolete comment (NFC)
llvm-svn: 283365
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
-rw-r--r-- | llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp index be45b6b0d26..c7a3bc44675 100644 --- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -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; |