[PATCH] D17115: Define the ThinLTO Pipeline
David Li via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 23:09:56 PST 2016
davidxl added inline comments.
================
Comment at: lib/Transforms/IPO/PassManagerBuilder.cpp:372
@@ -358,3 +371,3 @@
addPGOInstrPasses(MPM);
----------------
This needs to be run in PrepareForThinLTO. During PerformThinLTO, only cross module indirect call promotion transformation needs to be done here.
http://reviews.llvm.org/D17115
More information about the llvm-commits
mailing list