On Tue, Sep 19, 2017 at 3:30 AM, Richard Biener <rguent...@suse.de> wrote:
> > The following plugs some holes in extract_affine which failed > to modulo-reduce signed values in conversions, failed to > interpret pointer-plus offsets as signed (yeah, stupid GIMPLE IL...) > and mishandled BIT_NOT_EXPR. > > Bootstrap and regtest running on x86_64-unknown-linux-gnu. > > Ok? > > Thanks, > Richard. > > 2017-09-19 Richard Biener <rguent...@suse.de> > > * graphite-sese-to-poly.c (extract_affine): Properly handle > POINTER_PLUS_EXPR, BIT_NOT_EXPR and conversion to signed. > This patch looks good to me. Thanks, Sebastian