[PATCH] D92915: [Driver] Add -f[no-]new-pass-manager to supersede -f[no-]experimental-new-pass-manager
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 9 13:51:26 PST 2020
rsmith added a comment.
I don't like having `new` in the name of the flag; I think that's going to age badly (and I would argue it already has done; the "new pass manager" isn't really all that new any more).
Given that the new pass manager is considered stable and not experimental, can we change our default and instead add a flag to request the old behavior? If we're not ready for that yet, then perhaps the "experimental" label still fits.
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