[PATCH] D38154: [PassManager] Run global opts after the inliner

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 12:59:05 PDT 2017


efriedma added a comment.

The downside of the original version of the patch is most likely worse codesize and runtime performance. If the inliner isn't interleaved correctly, the heuristics become less accurate; the inliner depends on the simplification passes to get rid of dead and redundant code.


Repository:
  rL LLVM

https://reviews.llvm.org/D38154





More information about the llvm-commits mailing list