[PATCH] D16016: [PGO] IR level instrumentation of indirect call value profiling

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 14:25:10 PST 2016


davidxl added inline comments.

================
Comment at: lib/Transforms/Instrumentation/PGOInstrumentation.cpp:362
@@ +361,3 @@
+
+  if (DisableValueProfiling) return;
+
----------------
use it with -style LLVM


http://reviews.llvm.org/D16016





More information about the llvm-commits mailing list