[PATCH] D138081: [IR] Split out IR printing passes into IRPrinter

Alexander Shaposhnikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 10:57:27 PST 2022


alexander-shaposhnikov added a comment.

@tejohnson - the legacy pass manager depends on the interface defined in IRPrintingPasses.h (https://github.com/llvm/llvm-project/blob/main/llvm/lib/IR/LegacyPassManager.cpp#L266)
so without splitting this would face the same issue - circular dependency between LLVMCore (LegacyPassManager.cpp is in LLVMCore) and IRPrinter.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138081



More information about the cfe-commits mailing list