[all-commits] [llvm/llvm-project] a7e20a: [CallPrinter] Port CallPrinter passes to new pass ...

aeubanks via All-commits all-commits at lists.llvm.org
Mon Apr 18 10:02:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7e20a8a7afa50643dd0423c9844ee60ee5cd8dd
      https://github.com/llvm/llvm-project/commit/a7e20a8a7afa50643dd0423c9844ee60ee5cd8dd
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-04-18 (Mon, 18 Apr 2022)

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

  Log Message:
  -----------
  [CallPrinter] Port CallPrinter passes to new pass manager

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 and 9e9d9aba1475

Reviewed By: aeubanks

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




More information about the All-commits mailing list