Re: PR92163

2019-11-06 Thread Prathamesh Kulkarni
> > > > > On Fri, 25 Oct 2019 at 13:19, Richard Biener > > > > > > wrote: > > > > > > > > > > > > > > On Wed, Oct 23, 2019 at 11:45 PM Prathamesh Kulkarni > > > > > > > wrote: > > > > >

Re: PR92163

2019-11-05 Thread Christophe Lyon
t; > > > > > On Wed, Oct 23, 2019 at 11:45 PM Prathamesh Kulkarni > > > > > > wrote: > > > > > > > > > > > > > > Hi, > > > > > > > The attached patch tries to fix PR92163 by calling > > > > &g

Re: PR92163

2019-11-04 Thread Prathamesh Kulkarni
> > wrote: > > > > > > > > On Fri, 25 Oct 2019 at 13:19, Richard Biener > > > > wrote: > > > > > > > > > > On Wed, Oct 23, 2019 at 11:45 PM Prathamesh Kulkarni > > > > > wrote: > > > > > >

Re: PR92163

2019-11-04 Thread Christophe Lyon
> > wrote: > > > > > > > > On Wed, Oct 23, 2019 at 11:45 PM Prathamesh Kulkarni > > > > wrote: > > > > > > > > > > Hi, > > > > > The attached patch tries to fix PR92163 by calling > > > > &

Re: PR92163

2019-10-28 Thread Prathamesh Kulkarni
esh Kulkarni > > > wrote: > > > > > > > > Hi, > > > > The attached patch tries to fix PR92163 by calling > > > > gimple_purge_dead_eh_edges from ifcvt_local_dce if we need eh cleanup. > > > > Does it look OK ? > > > > > &

Re: PR92163

2019-10-28 Thread Richard Biener
On Fri, Oct 25, 2019 at 9:58 PM Prathamesh Kulkarni wrote: > > On Fri, 25 Oct 2019 at 13:19, Richard Biener > wrote: > > > > On Wed, Oct 23, 2019 at 11:45 PM Prathamesh Kulkarni > > wrote: > > > > > > Hi, > > > The attached patch tries to f

Re: PR92163

2019-10-25 Thread Prathamesh Kulkarni
On Fri, 25 Oct 2019 at 13:19, Richard Biener wrote: > > On Wed, Oct 23, 2019 at 11:45 PM Prathamesh Kulkarni > wrote: > > > > Hi, > > The attached patch tries to fix PR92163 by calling > > gimple_purge_dead_eh_edges from ifcvt_local_dce if we need eh cleanup.

Re: PR92163

2019-10-25 Thread Richard Biener
On Wed, Oct 23, 2019 at 11:45 PM Prathamesh Kulkarni wrote: > > Hi, > The attached patch tries to fix PR92163 by calling > gimple_purge_dead_eh_edges from ifcvt_local_dce if we need eh cleanup. > Does it look OK ? Hmm. I think it shows an issue with the return value of remove_

PR92163

2019-10-23 Thread Prathamesh Kulkarni
Hi, The attached patch tries to fix PR92163 by calling gimple_purge_dead_eh_edges from ifcvt_local_dce if we need eh cleanup. Does it look OK ? Thanks, Prathamesh 2019-10-24 Prathamesh Kulkarni PR tree-optimization/92163 * tree-if-conv.c (ifcvt_local_dce): Call