[NewPassManager] Run global dead code elimination after the inliner.
This is the same exact change we did for the current pass manager in rL314997, but the new pass manager pipeline already happened to run GlobalOpt after the inliner, so we just insert a run of GDCE here. llvm-svn: 315003
Loading
Please sign in to comment