[all-commits] [llvm/llvm-project] 60e4af: [CallGraph] Port -print-callgraph-sccs to new pass...
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Oct 11 14:44:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60e4af7ab8e64cec3c55e927a72cb06de0bb0c79
https://github.com/llvm/llvm-project/commit/60e4af7ab8e64cec3c55e927a72cb06de0bb0c79
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-10-11 (Tue, 11 Oct 2022)
Changed paths:
M llvm/include/llvm/Analysis/CallGraph.h
M llvm/lib/Analysis/CallGraph.cpp
M llvm/lib/Passes/PassRegistry.def
A llvm/test/Analysis/CallGraph/printer.ll
M llvm/tools/opt/PrintSCC.cpp
Log Message:
-----------
[CallGraph] Port -print-callgraph-sccs to new pass manager
And remove the legacy opt-specific pass.
Reviewed By: asbirlea
Differential Revision: https://reviews.llvm.org/D135487
More information about the All-commits
mailing list