> On Tue, Jun 30, 2020 at 1:31 PM yangyang (ET)
> wrote:
> >
> > > On Tue, Jun 30, 2020 at 4:29 AM yangyang (ET)
> > >
> > > wrote:
> > > >
> > > > Hi,
> > > >
> > > > > > Hi,
> > > > > >
> > > > > > This is a simple fix for pr95855.
> > > > > >
> > > > > > With this fix, pass_split_paths
On Tue, Jun 30, 2020 at 1:31 PM yangyang (ET) wrote:
>
> > On Tue, Jun 30, 2020 at 4:29 AM yangyang (ET)
> > wrote:
> > >
> > > Hi,
> > >
> > > > > Hi,
> > > > >
> > > > > This is a simple fix for pr95855.
> > > > >
> > > > > With this fix, pass_split_paths can recognize the
> > > > > if-
> On Tue, Jun 30, 2020 at 4:29 AM yangyang (ET)
> wrote:
> >
> > Hi,
> >
> > > > Hi,
> > > >
> > > > This is a simple fix for pr95855.
> > > >
> > > > With this fix, pass_split_paths can recognize the
> > > > if-conversion
> > > opportunity of the testcase and doesn't duplicate the corresp
On Tue, Jun 30, 2020 at 4:29 AM yangyang (ET) wrote:
>
> Hi,
>
> > > Hi,
> > >
> > > This is a simple fix for pr95855.
> > >
> > > With this fix, pass_split_paths can recognize the if-conversion
> > opportunity of the testcase and doesn't duplicate the corresponding block.
> > >
> > >
Hi,
> > Hi,
> >
> > This is a simple fix for pr95855.
> >
> > With this fix, pass_split_paths can recognize the if-conversion
> opportunity of the testcase and doesn't duplicate the corresponding block.
> >
> > Added one testcase for this. Bootstrap and tested on both aarch64 and
> x86
On Sun, Jun 28, 2020 at 2:32 PM yangyang (ET) wrote:
>
> Hi,
>
> This is a simple fix for pr95855.
>
> With this fix, pass_split_paths can recognize the if-conversion
> opportunity of the testcase and doesn't duplicate the corresponding block.
>
> Added one testcase for this. Bootstra