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

2024-07-05 Thread Richard Biener
On Fri, 5 Jul 2024, Alex Coplan wrote: > This is a v2 patch which implements richi's feedback. > > OK if it survives bootstrap on aarch64? OK. Thanks, Richard. > Thanks, > Alex > > -- >8 -- > > This adds debug functions to dump the dominator tree in dot format. > There are two overloads: one

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

2024-07-05 Thread Alex Coplan
This is a v2 patch which implements richi's feedback. OK if it survives bootstrap on aarch64? Thanks, Alex -- >8 -- This adds debug functions to dump the dominator tree in dot format. There are two overloads: one which takes a FILE * and another which takes a const char *fname and wraps the fir