Skip to content

Commit a942a55

Browse files
Adjust latency limit
1 parent cc8ac51 commit a942a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/IPO/FunctionSpecialization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static cl::opt<unsigned> MinCodeSizeSavings(
6969
"much percent of the original function size"));
7070

7171
static cl::opt<unsigned> MinLatencySavings(
72-
"funcspec-min-latency-savings", cl::init(45), cl::Hidden,
72+
"funcspec-min-latency-savings", cl::init(40), cl::Hidden,
7373
cl::desc("Reject specializations whose latency savings are less than this"
7474
"much percent of the original function size"));
7575

0 commit comments

Comments
 (0)