[PATCH] D46093: Enable EliminateAvailableExternally pass for -O1

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 16:44:25 PDT 2018


tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.

LGTM

I just checked the new PM and it does seem to run this already at https://reviews.llvm.org/owners/package/1/ (at least, by visual inspection of the code it appears to). OTOH the new PM doesn't appear to run any opt passes at -O0, so that's a bit different than what is happening in the old PM, but that is a separate issue.


Repository:
  rL LLVM

https://reviews.llvm.org/D46093





More information about the llvm-commits mailing list