Re: [PATCH, PR69067] Remove assert in get_def_bb_for_const

2016-05-30 Thread Richard Biener
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

[PATCH, PR69067] Remove assert in get_def_bb_for_const

2016-05-29 Thread Tom de Vries
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