[PATCH] D36220: [Loop Vectorize] Added a separate metadata

DIVYA SHANMUGHAN via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 14:18:57 PDT 2017


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


================
Comment at: lib/Transforms/Vectorize/LoopVectorize.cpp:1287
+      // If the vectorization width and interleaving count are both 1 then consider
+      // the loop to have been already vectorized because there's nothing more that we
+      // can do.
----------------
hfinkel wrote:
> Please make sure this line is not more than 80 cols.
Done


https://reviews.llvm.org/D36220





More information about the llvm-commits mailing list