[llvm-branch-commits] [llvm] [NewPM] Introduce MFAnalysisGetter for a common analysis getter (PR #116166)
Arthur Eubanks via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Nov 14 10:34:20 PST 2024
https://github.com/aeubanks requested changes to this pull request.
I'd really rather not do this. With the new pass manager transition for the optimization pipeline, it was fine to not have this abstraction, and other similar abstractions between the legacy/new pass manager (CallGraphUpdater) have caused issues due to subtle differences between the legacy/new pass manager. We're just going to have to tear it down anyway if we remove the legacy pass manager.
https://github.com/llvm/llvm-project/pull/116166
More information about the llvm-branch-commits
mailing list