[PATCH] D91567: [llvm][inliner] Reuse the inliner pass to implement 'always inliner'
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 18 09:58:17 PST 2020
aeubanks added a comment.
One thing that would be nice would be to have both inliners in the same CGSCC pass manager to avoid doing SCC construction twice, but that would require some shuffling of module/cgscc passes in ModuleInlinerWrapperPass. Maybe as a future cleanup.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91567/new/
https://reviews.llvm.org/D91567
More information about the cfe-commits
mailing list