gcc-python-plugin icon indicating copy to clipboard operation
gcc-python-plugin copied to clipboard

How to generate an updated graph of the order of passes?

Open compor opened this issue 6 years ago • 2 comments

Is there a way to generate up to date (or with whatever recent GCC tree) table of passes like in this documentation page? Are those scripts available anywhere? How much manual tweaking is involved?

compor avatar Sep 11 '18 16:09 compor

I generated it using generate-passes-svg.py via make docs/passes.svg, but I haven't tried regenerating it in a while.

davidmalcolm avatar Sep 12 '18 17:09 davidmalcolm

@davidmalcolm thanks, I'll give it a go with a more recent GCC.

compor avatar Sep 14 '18 08:09 compor