[PATCH] D58391: [TailCallElim] Add tailcall elimination pass to LTO Pipelines
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 19 16:13:59 PST 2019
efriedma added reviewers: efriedma, tejohnson, mehdi_amini.
efriedma added a comment.
What's the general state of the LTO pipeline at this point? PassManagerBuilder::addLTOOptimizationPasses is adding passes in a really weird order (in particular, the placement of the inliner is really strange). Has anyone looked at it recently? Would it be worth killing it off in favor of the ThinLTO pipeline just so we don't have to maintain it?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58391/new/
https://reviews.llvm.org/D58391
More information about the llvm-commits
mailing list