[PATCH] D57382: [LV] Move interleave count computation to LVP::plan().

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 14:49:46 PST 2019


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:845
 
-  /// \return An upper bound for the vectorization factor, or None if
+  /// \return An upper bound for the vectorization factor, or 1 if
   /// vectorization should be avoided up front.
----------------
Left over, I'll remove it before committing.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57382/new/

https://reviews.llvm.org/D57382





More information about the llvm-commits mailing list