[PATCH] D20639: SLPVectorizer: Move propagateMetadata to VectorUtils

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 10:52:08 PDT 2016


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

lgtm.  Sorry to keep you waiting -- too many patches.


================
Comment at: lib/Analysis/VectorUtils.cpp:459
@@ +458,3 @@
+        LLVMContext::MD_noalias, LLVMContext::MD_fpmath,
+        LLVMContext::MD_nontemporal }) {
+    MDNode *MD = I0->getMetadata(Kind);
----------------
clang-format?


http://reviews.llvm.org/D20639





More information about the llvm-commits mailing list