[PATCH] D84358: Temporarily revert D83903 "[PGO] Enable the extended value profile buckets for mem op sizes."
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 13:12:33 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5724c8ba29ba: Temporarily revert D83903 "[PGO] Enable the extended value profile buckets for… (authored by MaskRay).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84358/new/
https://reviews.llvm.org/D84358
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(false));
+ cl::init(true));
namespace {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84358.279927.patch
Type: text/x-patch
Size: 496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200722/3442cd5b/attachment.bin>
More information about the llvm-commits
mailing list