Skip to content

Commit 9f5d8e8

Browse files
committed
[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
1 parent c911803 commit 9f5d8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cl::opt<bool> UseOldMemOpValueProf(
7878
"use-old-memop-value-prof",
7979
cl::desc("Use the old memop value profiling buckets. This is "
8080
"transitional and to be removed after switching. "),
81-
cl::init(true));
81+
cl::init(false));
8282

8383
namespace {
8484

0 commit comments

Comments
 (0)