[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.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 16:05:05 PDT 2016


davide added a subscriber: davidxl.
davide added a comment.

+ @davidxl

I have a general concern about changing the behavior of a pass during the transition to the new PM.
I don't think it's entirely unreasonable but, dependently on how many people care about this pass you may want to confirm that:

1. The behavioral changes you're proposing don't regress compile time/runtime performance
2. Checking that this design you're proposing is actually faster


https://reviews.llvm.org/D23299





More information about the llvm-commits mailing list