[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 10:32:40 PDT 2016


davidxl added a comment.

Why is this pass implemented as a module pass (instead of cgscc pass as before)? Is there any compile time concerns (at O0) ?


https://reviews.llvm.org/D23299





More information about the llvm-commits mailing list