Re: [PATCH] middle-end: Add debug function to dump dominator tree in dot format

2024-07-05 Thread Alex Coplan
On 05/07/2024 09:59, Richard Biener wrote: > On Fri, 5 Jul 2024, Alex Coplan wrote: > > > Hi, > > > > This adds a debug function to dump the dominator tree in dot/graphviz > > format. The idea is that the function can be called in GDB, the output > > copy/pasted into a .dot file and then rendere

Re: [PATCH] middle-end: Add debug function to dump dominator tree in dot format

2024-07-05 Thread Richard Biener
On Fri, 5 Jul 2024, Alex Coplan wrote: > Hi, > > This adds a debug function to dump the dominator tree in dot/graphviz > format. The idea is that the function can be called in GDB, the output > copy/pasted into a .dot file and then rendered using graphviz. > > Bootstrapped/regtested on aarch64-

[PATCH] middle-end: Add debug function to dump dominator tree in dot format

2024-07-05 Thread Alex Coplan
Hi, This adds a debug function to dump the dominator tree in dot/graphviz format. The idea is that the function can be called in GDB, the output copy/pasted into a .dot file and then rendered using graphviz. Bootstrapped/regtested on aarch64-linux-gnu, OK for trunk? Thanks, Alex gcc/ChangeLog: