On Wed, Oct 4, 2017 at 2:45 AM, Richard Biener <rguent...@suse.de> wrote:
> > While my last change involving signed types was correct it wasn't optimal. > We can avoid the modulo constraints if the conversion is widening > (thus all values fit in the new type). > > Bootstrapped and tested on x86_64-unknown-linux-gnu, ok? > Thanks, > Richard. > > 2017-10-04 Richard Biener <rguent...@suse.de> > > * graphite-sese-to-poly.c (extract_affine): For casts increasing > precision do not perform modulo reduction. > Looks good. Thanks!