mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[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
821825f6a3
commit
d2f68caf31
@ -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
Block a user