[PATCH] D138081: [IR] Split out IR printing passes into IRPrinter
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 17 08:24:50 PST 2022
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
in the description, link to the change that makes this necessary and describe why (need to use an analysis in the pass)
================
Comment at: llvm/include/llvm/IRPrinter/IRPrintingPasses.h:33
+///
+/// Note: This pass is for use with the new pass manager. Use the create...Pass
+/// functions above to create passes for use with the legacy pass manager.
----------------
obsolete (and ditto below)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138081/new/
https://reviews.llvm.org/D138081
More information about the llvm-commits
mailing list