[all-commits] [llvm/llvm-project] 7dce9e: [DomPrinter] Migrate -dot-dom to the new pass mana...

YangKeao via All-commits all-commits at lists.llvm.org
Mon May 16 13:16:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7dce9eb6e507d48d0b79bfb408592936d378cc28
      https://github.com/llvm/llvm-project/commit/7dce9eb6e507d48d0b79bfb408592936d378cc28
  Author: Yang Keao <yangkeao at chunibyo.icu>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M llvm/include/llvm/Analysis/DomPrinter.h
    M llvm/include/llvm/Analysis/PostDominators.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/lib/Analysis/Analysis.cpp
    M llvm/lib/Analysis/DomPrinter.cpp
    M llvm/lib/Passes/PassRegistry.def

  Log Message:
  -----------
  [DomPrinter] Migrate -dot-dom to the new pass manager.

In D123677, @YangKeao provided an implementation of `DOTGraphTraits{Viewer,Printer}` in the new pass manager. This commit migrates the `DomPrinter` and `DomViewer` to the new pass manager.

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D124904




More information about the All-commits mailing list