[PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation
Sean Silva via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 21 18:38:23 PST 2016
silvas added inline comments.
================
Comment at: include/clang/Frontend/CodeGenOptions.def:108
@@ -107,2 +107,3 @@
///< execution counts to use with PGO.
+CODEGENOPT(ProfileIRInstr, 1, 0) ///< IR level code PGO instrumentation and use.
CODEGENOPT(CoverageMapping , 1, 0) ///< Generate coverage mapping regions to
----------------
tiny nit: the word "code" seems redundant here.
http://reviews.llvm.org/D15829
More information about the cfe-commits
mailing list