[PATCH] D91567: [llvm][inliner] Reuse the inliner pass to implement 'always inliner'

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 17:29:26 PST 2020


dblaikie added a comment.

Thanks for the walkthroughs/help. Also stared at the code a bit. I think I get it now. Some of the confusion also came from having both LPM and NPM versions of the always inliner in the same file, though they seem to share no code.

I'll leave the more nuanced review to folks more familiar with it - sorry for any noise.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91567/new/

https://reviews.llvm.org/D91567



More information about the llvm-commits mailing list