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
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
>
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
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
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