diff --git a/llvm/lib/Transforms/IPO/FunctionSpecialization.cpp b/llvm/lib/Transforms/IPO/FunctionSpecialization.cpp index 1034ce9582152..45fa9d57e4862 100644 --- a/llvm/lib/Transforms/IPO/FunctionSpecialization.cpp +++ b/llvm/lib/Transforms/IPO/FunctionSpecialization.cpp @@ -71,7 +71,7 @@ static cl::opt MinCodeSizeSavings( "much percent of the original function size")); static cl::opt MinLatencySavings( - "funcspec-min-latency-savings", cl::init(40), cl::Hidden, + "funcspec-min-latency-savings", cl::init(20), cl::Hidden, cl::desc("Reject specializations whose latency savings are less than this " "much percent of the original function size"));