These don't seem used and don't seem super useful, and aren't ported to the new PM.
-passes=print-callgraph is similar to -print-callgraph-sccs.
-print-cfg-sccs doesn't seem relevant, not sure why we'd want to look at SCCs in a CFG.
Paths
| Differential D107410
Remove -print-callgraph-sccs and -print-cfg-sccs AbandonedPublic Authored by aeubanks on Aug 3 2021, 4:26 PM.
Details
Diff Detail
Event TimelineComment Actions I think the call graph SCC pass can be very useful to understand SCCs and debug CGSCC passes if it were also ported to the NPM.
Revision Contents
Diff 363907 llvm/docs/Passes.rst
llvm/test/Other/print-cfg-sccs.ll
llvm/tools/opt/CMakeLists.txt
llvm/tools/opt/PrintSCC.cpp
llvm/utils/gn/secondary/llvm/tools/opt/BUILD.gn
|