forked from OSchip/llvm-project
[PGO] Enable the extended value profile buckets for mem op sizes.
Following up D81682 and enable the new, extended value profile buckets for mem op sizes. Differential Revision: https://reviews.llvm.org/D83903
This commit is contained in:
parent
0d454e8e08
commit
3e89cbf38e
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue