Re: [PATCH 15/40] graphite: Extend SCoP detection dump output

2022-05-18 Thread Richard Biener via Gcc-patches
On Wed, 18 May 2022, Harwath, Frederik wrote: > Hi Richard, > > On Tue, 2022-05-17 at 08:21 +, Richard Biener wrote: > > On Mon, 16 May 2022, Tobias Burnus wrote: > > > > > As requested by Richard: Rediffed patch. > > > > > > Changes: s/.c/.cc/ + some whitespace changes. > > > (At least in my

Re: [PATCH 15/40] graphite: Extend SCoP detection dump output

2022-05-18 Thread Harwath, Frederik
Hi Richard, On Tue, 2022-05-17 at 08:21 +, Richard Biener wrote: > On Mon, 16 May 2022, Tobias Burnus wrote: > > > As requested by Richard: Rediffed patch. > > > > Changes: s/.c/.cc/ + some whitespace changes. > > (At least in my email reader, some were lost. I also fixed > > too-long line >

Re: [PATCH 15/40] graphite: Extend SCoP detection dump output

2022-05-17 Thread Richard Biener via Gcc-patches
On Mon, 16 May 2022, Tobias Burnus wrote: > As requested by Richard: Rediffed patch. > > Changes: s/.c/.cc/ + some whitespace changes. > (At least in my email reader, some were lost. I also fixed too-long line > issues.) > > In addition, FOR_EACH_LOOP was replaced by 'for (auto loop : ...' > (m

Re: [PATCH 15/40] graphite: Extend SCoP detection dump output

2022-05-16 Thread Tobias Burnus
As requested by Richard: Rediffed patch. Changes: s/.c/.cc/ + some whitespace changes. (At least in my email reader, some were lost. I also fixed too-long line issues.) In addition, FOR_EACH_LOOP was replaced by 'for (auto loop : ...' (macro was removed late in GCC 12 development → r12-2605-ge

[PATCH 15/40] graphite: Extend SCoP detection dump output

2021-12-15 Thread Frederik Harwath
Extend dump output to make understanding why Graphite rejects to include a loop in a SCoP easier (for GCC developers). ChangeLog: * graphite-scop-detection.c (scop_detection::can_represent_loop): Output reason for failure to dump file. (scop_detection::harmful_loop_in_regi