[PATCH] D73994: [InlineCost] Relax bonus restrictions on uninlinable functions
George Burgess IV via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 14:51:13 PST 2020
george.burgess.iv added a comment.
> On the first bullet, I'm trying to find where InlineCost values are cached. Are we doing that?
I don't actually know myself; I got that from above the comment for `CandidateCall`: "The candidate callsite being analyzed. Please do not use this to do analysis in the caller function; we want the inline cost query to be easily cacheable. Instead, use the cover function paramHasAttr."
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73994/new/
https://reviews.llvm.org/D73994
More information about the llvm-commits
mailing list