On Tue, May 30, 2017 at 7:56 AM, Richard Biener <rguent...@suse.de> 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 generate code for those (works fine on the testcase).
>
> Bootstrapped and tested on x86_64-unknown-linux-gnu, ok?

The change looks good to me.  Thanks!

>
> If there's such rejection code it might be lifted now (and eventually
> unconver the bugs I introduce with this patch).
>

I don't think we have any filter in the front-end of graphite to
discard those cases.

Thanks,
Sebastian

Reply via email to