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

David Li via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 16:54:33 PST 2016


davidxl accepted this revision.
davidxl added a comment.

LGTM with the nit.


================
Comment at: lib/Transforms/IPO/PassManagerBuilder.cpp:211
@@ +210,3 @@
+    Options.InstrProfileOutput = PGOInstrGen;
+    MPM.add(createInstrProfilingPass(Options));
+  }
----------------
Add a comment : add lowering pass.


http://reviews.llvm.org/D15828





More information about the llvm-commits mailing list