[PATCH] D104654: [llvm][Inliner] Make PriorityInlineOrder lazily updated
Kazu Hirata via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 23:06:43 PDT 2021
kazu accepted this revision.
kazu added a comment.
This revision is now accepted and ready to land.
LGTM with a typo fix.
================
Comment at: llvm/lib/Transforms/IPO/Inliner.cpp:745
+ // A call site could become less desirable for inlining because of the size
+ // growth from prior inlining into the calee. This method is used to lazily
+ // update the desirability of a call site if it's decreasing. It is only
----------------
`callee`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104654/new/
https://reviews.llvm.org/D104654
More information about the llvm-commits
mailing list