[PATCH] D15828: [PGO] Passmanagerbuilder change that enable IR level PGO instrumentation

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 3 11:57:23 PST 2016


joker.eph added inline comments.

================
Comment at: lib/Transforms/IPO/PassManagerBuilder.cpp:281
@@ -239,1 +280,3 @@
 
+  addPGOInstrPasses(MPM);
+
----------------
There will be an inliner SCC pass manager created in the PGO InstrPasses. It is not clear to me why you don't integrate this with the regular inliner a few line below.


http://reviews.llvm.org/D15828





More information about the llvm-commits mailing list