[PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.

Bruno Cardoso Lopes via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 11:48:06 PST 2016


bruno added a subscriber: bruno.
bruno added a comment.

Hi Mehdi,


================
Comment at: lib/LTO/ThinLTOCodeGenerator.cpp:426
@@ +425,3 @@
+  PMB.LoopVectorize = true;
+  PMB.SLPVectorize = true;
+  PMB.VerifyInput = true;
----------------
Although not really necessary for this patch, it would be nice to have the flags to disable the inliner and vectorizer like we currently have in full LTO. This is specially useful when investigating differences between full and thin.


http://reviews.llvm.org/D17066





More information about the llvm-commits mailing list