[PATCH] D22887: [LSV] Use Instruction*s rather than Value*s where possible.

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 16:12:08 PDT 2016


asbirlea accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: lib/Transforms/Vectorize/LoadStoreVectorizer.cpp:971
@@ -962,1 +970,3 @@
 
+  // This cast is safe because Builder.CreateLoad always creates a bona fide
+  // LoadInst.
----------------
Nit: move comment to the cast?


https://reviews.llvm.org/D22887





More information about the llvm-commits mailing list