aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/CodeCoverage.cpp
diff options
context:
space:
mode:
authorHongtao Yu <hoy@fb.com>2022-06-08 11:50:19 -0700
committerHongtao Yu <hoy@fb.com>2022-06-08 12:10:11 -0700
commit7d293744a89a21759744c147159343046b8bd924 (patch)
treed11edc4eb4181ab0e6b950a5fa2a8b5f1890640a /llvm/tools/llvm-cov/CodeCoverage.cpp
parent060907dd008011256da84ad48e93ddd1eae087ea (diff)
downloadllvm-7d293744a89a21759744c147159343046b8bd924.zip
llvm-7d293744a89a21759744c147159343046b8bd924.tar.gz
llvm-7d293744a89a21759744c147159343046b8bd924.tar.bz2
[CSSPGO][Preinliner] Set default value of sample-profile-inline-limit-max to 3000
The default value of sample-profile-inline-limit-max is defined as 10000 in sampleprofile.cpp. This is too big for cspreinliner which works with assembly size instead of IR size. The value 3000 turns out to be a good tradeoff. Compared to the value 10000, 3000 gives as good performance and code size, but lower build time. Reviewed By: wenlei, wlei Differential Revision: https://reviews.llvm.org/D127330
Diffstat (limited to 'llvm/tools/llvm-cov/CodeCoverage.cpp')
0 files changed, 0 insertions, 0 deletions