Re: [PATCH][GRAPHITE] Fix affine constraint generation

2017-09-19 Thread Sebastian Pop
On Tue, Sep 19, 2017 at 3:30 AM, Richard Biener 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 a

[PATCH][GRAPHITE] Fix affine constraint generation

2017-09-19 Thread Richard Biener
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