Re: [PATCH][GRAPHITE] Fix PR80906, code-gen IVs in loop-closed position

2017-05-30 Thread Sebastian Pop
On Tue, May 30, 2017 at 7:56 AM, Richard Biener wrote: > > We currently ICE when code generating loop-closed PHIs that are after-loop > used IVs. I didn't manage to find the place during analysis that is > supposed to reject such SCOPs thus the following patch "simply" makes > us properly generat

[PATCH][GRAPHITE] Fix PR80906, code-gen IVs in loop-closed position

2017-05-30 Thread Richard Biener
We currently ICE when code generating loop-closed PHIs that are after-loop used IVs. I didn't manage to find the place during analysis that is supposed to reject such SCOPs thus the following patch "simply" makes us properly generate code for those (works fine on the testcase). Bootstrapped and