diff options
author | Davide Italiano <davide@freebsd.org> | 2017-10-05 18:06:37 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2017-10-05 18:06:37 +0000 |
commit | ff829cea8b42db5a8328661ac4c0e60f9b233cb7 (patch) | |
tree | 67143516dbb04df3fee90054c419962b359068eb /lldb/packages/Python/lldbsuite/test/expression_command/macros | |
parent | 49ee814996050f4077d2c211709b41e7fc8e555f (diff) | |
download | bcm5719-llvm-ff829cea8b42db5a8328661ac4c0e60f9b233cb7.tar.gz bcm5719-llvm-ff829cea8b42db5a8328661ac4c0e60f9b233cb7.zip |
[PassManager] Run global optimizations after the inliner.
The inliner performs some kind of dead code elimination as it goes,
but there are cases that are not really caught by it. We might
at some point consider teaching the inliner about them, but it
is OK for now to run GlobalOpt + GlobalDCE in tandem as their
benefits generally outweight the cost, making the whole pipeline
faster.
This fixes PR34652.
Differential Revision: https://reviews.llvm.org/D38154
llvm-svn: 314997
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/macros')
0 files changed, 0 insertions, 0 deletions