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

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 13:25:28 PDT 2017


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM



================
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.
----------------
Please make sure this line is not more than 80 cols.


https://reviews.llvm.org/D36220





More information about the llvm-commits mailing list