[PATCH] D63034: Slightly increase LastCallToStaticBonus for cold callsites
Easwaran Raman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 22:07:09 PDT 2019
eraman added a comment.
The only case where not inlining results in a bigger caller size is when the cost of inlining a callsite is negative. But such callsites always get inlined as the threshold is always positive. Why do you require an additional bonus to get those callsites inlined?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63034/new/
https://reviews.llvm.org/D63034
More information about the llvm-commits
mailing list