Re: [PATCH] Fix PR83089

2017-11-23 Thread Christophe Lyon
On 23 November 2017 at 09:22, Richard Biener wrote: > On Wed, 22 Nov 2017, Christophe Lyon wrote: > >> On 22 November 2017 at 09:44, Richard Biener wrote: >> > >> > The following fixes if-conversion to free SCEV/niter estimates because >> > it DCEs stmts. >> > >> > Bootstrapped and tested on x86_

Re: [PATCH] Fix PR83089

2017-11-23 Thread Richard Biener
On Wed, 22 Nov 2017, Christophe Lyon wrote: > On 22 November 2017 at 09:44, Richard Biener wrote: > > > > The following fixes if-conversion to free SCEV/niter estimates because > > it DCEs stmts. > > > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. > > > > Richard. > > > > 2017-1

Re: [PATCH] Fix PR83089

2017-11-22 Thread Christophe Lyon
On 22 November 2017 at 09:44, Richard Biener wrote: > > The following fixes if-conversion to free SCEV/niter estimates because > it DCEs stmts. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. > > Richard. > > 2017-11-22 Richard Biener > > PR tree-optimization/83089 >

[PATCH] Fix PR83089

2017-11-22 Thread Richard Biener
The following fixes if-conversion to free SCEV/niter estimates because it DCEs stmts. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. Richard. 2017-11-22 Richard Biener PR tree-optimization/83089 * tree-if-conv.c (pass_if_conversion::execute): If anything