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

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 6 12:16:22 PDT 2021


asbirlea added a comment.

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.
AFAICT, the CFGSCC pass is just a utility to see the output of the scc_iterator, which has some good use cases of its own (inliner, globalsaa, etc).
I would prefer having these ported to the NPM instead of discarding them.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107410/new/

https://reviews.llvm.org/D107410



More information about the llvm-commits mailing list