On Sun, 29 May 2016, Tom de Vries wrote:
> Hi,
>
> this patch fixes graphite PR69067, a 6/7 regression.
>
>
> I.
>
> Consider the following test-case, compiled with -O1 -floop-nest-optimize
> -flto:
> ...
> int a1, c1, cr, kt;
> int aa[2];
>
> int
> ce (void)
> {
> while (a1 < 1) {
> in
Hi,
this patch fixes graphite PR69067, a 6/7 regression.
I.
Consider the following test-case, compiled with -O1 -floop-nest-optimize
-flto:
...
int a1, c1, cr, kt;
int aa[2];
int
ce (void)
{
while (a1 < 1) {
int g8;
for (g8 = 0; g8 < 3; ++g8)
if (c1 != 0)
cr = aa[a1