Re: [PATCH 2/2] PHIOPT: add folding/simplification detail to the dump

2023-04-18 Thread Richard Biener via Gcc-patches
On Tue, Apr 18, 2023 at 12:18 AM Andrew Pinski via Gcc-patches wrote: > > While debugging PHI-OPT with match-and-simplify, > I found that adding more dumping to the debug dumps made > it easier to understand what was going on rather than stepping in > the debugger so this adds them. Note I used

[PATCH 2/2] PHIOPT: add folding/simplification detail to the dump

2023-04-17 Thread Andrew Pinski via Gcc-patches
While debugging PHI-OPT with match-and-simplify, I found that adding more dumping to the debug dumps made it easier to understand what was going on rather than stepping in the debugger so this adds them. Note I used TDF_FOLDING rather than TDF_DETAILS as these debug messages can be chatty and only