> > > > > On Fri, 25 Oct 2019 at 13:19, Richard Biener
> > > > > > wrote:
> > > > > > >
> > > > > > > On Wed, Oct 23, 2019 at 11:45 PM Prathamesh Kulkarni
> > > > > > > wrote:
> > > > >
> > > > > On Wed, Oct 23, 2019 at 11:45 PM Prathamesh Kulkarni
> > > > > > wrote:
> > > > > > >
> > > > > > > Hi,
> > > > > > > The attached patch tries to fix PR92163 by calling
> > > > >
> > wrote:
> > > >
> > > > On Fri, 25 Oct 2019 at 13:19, Richard Biener
> > > > wrote:
> > > > >
> > > > > On Wed, Oct 23, 2019 at 11:45 PM Prathamesh Kulkarni
> > > > > wrote:
> > > > > >
> > wrote:
> > > >
> > > > On Wed, Oct 23, 2019 at 11:45 PM Prathamesh Kulkarni
> > > > wrote:
> > > > >
> > > > > Hi,
> > > > > The attached patch tries to fix PR92163 by calling
> > > > > gimpl
> > > 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 ?
> > >
> > &
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
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.
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_
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