OSDN Git Service

[PGO] Enable the extended value profile buckets for mem op sizes.
authorHiroshi Yamauchi <yamauchi@google.com>
Wed, 15 Jul 2020 18:56:06 +0000 (11:56 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Mon, 20 Jul 2020 19:05:09 +0000 (12:05 -0700)
Following up D81682 and enable the new, extended value profile buckets for mem
op sizes.

Differential Revision: https://reviews.llvm.org/D83903

llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp

index 0a35195..c2e4e93 100644 (file)
@@ -78,7 +78,7 @@ cl::opt<bool> UseOldMemOpValueProf(
     "use-old-memop-value-prof",
     cl::desc("Use the old memop value profiling buckets. This is "
              "transitional and to be removed after switching. "),
-    cl::init(true));
+    cl::init(false));
 
 namespace {