[PATCH] D106448: [llvm][Inline] Add a module level inliner
Kazu Hirata via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 15 21:21:41 PST 2021
kazu added a comment.
In D106448#3132199 <https://reviews.llvm.org/D106448#3132199>, @mehdi_amini wrote:
> I'm surprised the patch landed as-is without more traction or even more recent activity on the RFC.
> Also I don't see here a resolution from @lebedev.ri who marked an objection to this revision?
The patch is intended to be a testbed for anybody interested in playing with a priority-based inliner (as opposed to the bottom-up inliner). With the module inliner in place, we can try different priority functions without having to write an entire inliner from scratch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106448/new/
https://reviews.llvm.org/D106448
More information about the llvm-commits
mailing list