[PATCH] D30651: [InlineCost, -Oz] Don't take into account the penalty of a fast call of frequently used functions

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 15:18:32 PST 2017


efriedma added a comment.

OptMinSizeThreshold is basically set experimentally; http://reviews.llvm.org/rL288024 is the last time it was adjusted.

I don't think anyone's looked at CallPenalty in a long time; it's possible it's too large at -Oz.


https://reviews.llvm.org/D30651





More information about the llvm-commits mailing list