[all-commits] [llvm/llvm-project] 743087: Port print-cfg-sccs to new pass manager
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Oct 18 08:47:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 743087fb6306dd03b1aaf2bdb9c877390649bc77
https://github.com/llvm/llvm-project/commit/743087fb6306dd03b1aaf2bdb9c877390649bc77
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
A llvm/include/llvm/Analysis/CFGSCCPrinter.h
A llvm/lib/Analysis/CFGSCCPrinter.cpp
M llvm/lib/Analysis/CMakeLists.txt
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
A llvm/test/Other/print-cfg-scc.ll
M llvm/tools/opt/CMakeLists.txt
R llvm/tools/opt/PrintSCC.cpp
M llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn
M llvm/utils/gn/secondary/llvm/tools/opt/BUILD.gn
Log Message:
-----------
Port print-cfg-sccs to new pass manager
This is actually used, see https://discourse.llvm.org/t/use-print-callgrapg-sccs-from-opt/65782.
Reviewed By: asbirlea
Differential Revision: https://reviews.llvm.org/D135718
More information about the All-commits
mailing list