[PATCH] D92915: [Driver] Add -f[no-]legacy-pass-manager to supersede -f[no-]experimental-new-pass-manager

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 9 16:50:24 PST 2020


aeubanks added a comment.

In D92915#2444242 <https://reviews.llvm.org/D92915#2444242>, @MaskRay wrote:

> Thanks!
>
> @rsmith highlit the coroutine problem https://bugs.llvm.org/show_bug.cgi?id=48190 (" ... it breaks support for a C++20 language feature (coroutines)")
>
> Perhaps this means that "EXPERIMENTAL" in `ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER` should not be removed until it is fixed?

I'm looking at this right now, it's the last issue, aside from AMDGPU passes not being ported and some code size regressions, blocking the new pass manager.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92915/new/

https://reviews.llvm.org/D92915



More information about the cfe-commits mailing list