[PATCH] D124904: [DomPrinter] migrate -dot-dom to the new pass manager

YangKeao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 00:06:32 PDT 2022


YangKeao created this revision.
YangKeao added a reviewer: Meinersbur.
Herald added a subscriber: hiraditya.
Herald added a project: All.
YangKeao requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

In D123677 <https://reviews.llvm.org/D123677> , @YangKeao provide an implementation of `DOTGraphTraits{Viewer,Printer}` in the new pass manager. This commit migrates the `DomPrinter` and `DomViewer` to the new pass manager.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124904

Files:
  llvm/include/llvm/Analysis/DomPrinter.h
  llvm/include/llvm/Analysis/PostDominators.h
  llvm/include/llvm/IR/Dominators.h
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/LinkAllPasses.h
  llvm/lib/Analysis/Analysis.cpp
  llvm/lib/Analysis/DomPrinter.cpp
  llvm/lib/Passes/PassRegistry.def

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124904.426924.patch
Type: text/x-patch
Size: 28033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220504/106d5b12/attachment.bin>


More information about the llvm-commits mailing list