[PATCH] D107410: Remove -print-callgraph-sccs and -print-cfg-sccs

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 16:27:01 PDT 2021


aeubanks created this revision.
Herald added subscribers: ormris, mgorny.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107410

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107410.363907.patch
Type: text/x-patch
Size: 6417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210803/2c3d141b/attachment.bin>


More information about the llvm-commits mailing list