Commit 5b668120 by David Malcolm

analyzer: add note about -fdump-ipa-analyzer to internal docs

gcc/ChangeLog:
	* doc/analyzer.texi (Overview): Add note about
	-fdump-ipa-analyzer.
parent 49e9a999
2020-01-15 David Malcolm <dmalcolm@redhat.com>
* doc/analyzer.texi (Overview): Add note about
-fdump-ipa-analyzer.
2020-01-15 Wilco Dijkstra <wdijkstr@arm.com> 2020-01-15 Wilco Dijkstra <wdijkstr@arm.com>
PR tree-optimization/93231 PR tree-optimization/93231
......
...@@ -28,6 +28,8 @@ do whole-program analysis). ...@@ -28,6 +28,8 @@ do whole-program analysis).
The implementation is read-only: it doesn't attempt to change anything, The implementation is read-only: it doesn't attempt to change anything,
just emit warnings. just emit warnings.
The gimple representation can be seen using @option{-fdump-ipa-analyzer}.
First, we build a @code{supergraph} which combines the callgraph and all First, we build a @code{supergraph} which combines the callgraph and all
of the CFGs into a single directed graph, with both interprocedural and of the CFGs into a single directed graph, with both interprocedural and
intraprocedural edges. The nodes and edges in the supergraph are called intraprocedural edges. The nodes and edges in the supergraph are called
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment