Re: [PATCH] dump_printf: use %T and %G throughout

2018-09-19 Thread Richard Biener
On Wed, Sep 19, 2018 at 1:18 AM David Malcolm wrote: > > As promised at Cauldron, this patch uses %T and %G with dump_printf and > dump_printf_loc calls to eliminate calls to > > dump_generic_expr (MSG_*, arg, TDF_SLIM) (via %T) > > and > > dump_gimple_stmt (MSG_*, TDF_SLIM, stmt, 0) (via %G

[PATCH] dump_printf: use %T and %G throughout

2018-09-18 Thread David Malcolm
As promised at Cauldron, this patch uses %T and %G with dump_printf and dump_printf_loc calls to eliminate calls to dump_generic_expr (MSG_*, arg, TDF_SLIM) (via %T) and dump_gimple_stmt (MSG_*, TDF_SLIM, stmt, 0) (via %G) throughout the middle-end, simplifying numerous dump callsites. A