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

Evgeny Astigeevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 01:28:24 PST 2017


eastig added a comment.

Hi Eli,

Thank you for explanation. You are right. Assuming the model you've described checking fastcc makes no sense.
I'll replace it with hasLocalLinkage. I'll also do runs with FrequentFuncThreshold==2 and FrequentFuncThreshold==3.

Thanks,
Evgeny


https://reviews.llvm.org/D30651





More information about the llvm-commits mailing list