[Differential] D83903: [PGO] Enable the extended value profile buckets for mem op sizes.

Hiroshi Yamauchi via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 12:05:21 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9f5d8e8a729d: [PGO] Enable the extended value profile buckets for mem op sizes. (authored by yamauchi).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83903/new/


  https://reviews.llvm.org/D83903

Files:
  llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp



Index: llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
===================================================================
--- llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
+++ llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
@@ -78,7 +78,7 @@
     "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 {
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83903.279026.patch
Type: text/x-patch
Size: 496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200720/7e36230d/attachment.bin>


More information about the llvm-commits mailing list