diff --git a/llvm/tools/llvm-profgen/CSPreInliner.cpp b/llvm/tools/llvm-profgen/CSPreInliner.cpp --- a/llvm/tools/llvm-profgen/CSPreInliner.cpp +++ b/llvm/tools/llvm-profgen/CSPreInliner.cpp @@ -69,7 +69,7 @@ if (!SampleColdCallSiteThreshold.getNumOccurrences()) SampleColdCallSiteThreshold = 0; if (!ProfileInlineLimitMax.getNumOccurrences()) - ProfileInlineLimitMax = 3000; + ProfileInlineLimitMax = 50000; } std::vector CSPreInliner::buildTopDownOrder() {