On Mon, Sep 25, 2017 at 4:47 AM, Richard Biener <rguent...@suse.de> wrote:
> > The following also dumps if the optimized schedule is equal to the > original one. It also makes all ISL operations (well, nearly) not > abort on errors but instead propagate errors upward. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. > > Richard. > > 2017-09-25 Richard Biener <rguent...@suse.de> > > * graphite-optimize-isl.c (optimize_isl): Fail and dump if > ISL errors other than isl_error_quota happen. Dump if the > schedule is the same. > * graphite-sese-to-poly.c (build_poly_scop): Fail on ISL > errors instead of aborting inside ISL. > > Looks good.