[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
Mon Mar 6 13:00:42 PST 2017


eastig added a comment.

In https://reviews.llvm.org/D30651#693418, @efriedma wrote:

> Special-casing calls marked "fast" doesn't really make sense in general.


If it makes no sense why functions are marked as fastcc so aggressively. I think not all calls of them can actually be made as fastcc.


https://reviews.llvm.org/D30651





More information about the llvm-commits mailing list