In preparation for https://reviews.llvm.org/D92616 which will remove
angle brackets from pass manager/adaptor names.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
These are all (very minor) function changes, since AnalysisManagerProxy is in isIgnored()... that seems fine to me, but should it be tested somehow?
Comment Actions
(Not sure you need a test, but if it's valuable and easy to test, might as well; either way this LGTM...)
Comment Actions
*AnalysisManagerProxy will never be passed through the interfaces modified in this change since it's an analysis pass, not a normal pass.