[PATCH] D23299: [PM] Port the always inliner to the new pass manager in a much more minimal and boring form than the old pass manager's version.
David Li via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 11 12:05:41 PDT 2016
davidxl added a comment.
For the record, I am all for a more general Module-pass based inliner. The motivation is that it allows us to do a very quick round of priority based inlining (e.g, wrapper call inliing or other top-down heuristics) to avoid the limitation of bottom-up inlining. However the general framework still needs CG (and update) though.
https://reviews.llvm.org/D23299
More information about the llvm-commits
mailing list