[PATCH] D122989: [CallPrinter] Port CallPrinter passes to new pass manager

Brad Swain via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 2 19:21:05 PDT 2022


BradSwain created this revision.
BradSwain added reviewers: aeubanks, rcorcs.
Herald added a subscriber: hiraditya.
Herald added a project: All.
BradSwain requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Port the legacy CallGraphViewer and CallGraphDOTPrinter to work with the new pass manager.

Addresses issue https://github.com/llvm/llvm-project/issues/54323
Adds back related tests that were removed in commits d53a4e7b4a87 <https://reviews.llvm.org/rGd53a4e7b4a879abd2e17a5c380a3bdee27bc87cb> and 9e9d9aba1475 <https://reviews.llvm.org/rG9e9d9aba147561f4463d27a9570c99937d53563b>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122989

Files:
  llvm/include/llvm/Analysis/CallPrinter.h
  llvm/lib/Analysis/CallPrinter.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/test/Other/heat-colors-graphs.ll
  llvm/test/Other/heat-colors-multigraph.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122989.420024.patch
Type: text/x-patch
Size: 7105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220403/7c1d9e96/attachment.bin>


More information about the llvm-commits mailing list