[PGO] Enable the extended value profile buckets for mem op sizes.
authorHiroshi Yamauchi <yamauchi@google.com>
Mon, 3 Aug 2020 18:37:22 +0000 (11:37 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Mon, 3 Aug 2020 19:25:11 +0000 (12:25 -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 3ab697d..7598889 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 {