[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
Mon Mar 6 10:07:38 PST 2017


efriedma added a comment.

Err, to be more clear, I should say "fastcc" is the same as the C calling convention.  (Calls aren't marked fast, they have calling convention fastcc.)


https://reviews.llvm.org/D30651





More information about the llvm-commits mailing list