On Mon, May 8, 2023 at 9:09 AM Andrew Pinski wrote:
>
> On Sun, May 7, 2023 at 11:53 PM Richard Biener via Gcc-patches
> wrote:
> >
> > On Mon, May 8, 2023 at 8:51 AM Richard Biener
> > wrote:
> > >
> > > On Sun, May 7, 2023 at 7:05 AM Andrew Pinski via Gcc-patches
> > > wrote:
> > > >
> > > >
On Sun, May 7, 2023 at 11:53 PM Richard Biener via Gcc-patches
wrote:
>
> On Mon, May 8, 2023 at 8:51 AM Richard Biener
> wrote:
> >
> > On Sun, May 7, 2023 at 7:05 AM Andrew Pinski via Gcc-patches
> > wrote:
> > >
> > > So the function factor_out_conditional_conversion already supports
> > > di
On Mon, May 8, 2023 at 8:51 AM Richard Biener
wrote:
>
> On Sun, May 7, 2023 at 7:05 AM Andrew Pinski via Gcc-patches
> wrote:
> >
> > So the function factor_out_conditional_conversion already supports
> > diamond shaped bb forms, just need to be called for such a thing.
> >
> > harden-cond-comp.
On Sun, May 7, 2023 at 7:05 AM Andrew Pinski via Gcc-patches
wrote:
>
> So the function factor_out_conditional_conversion already supports
> diamond shaped bb forms, just need to be called for such a thing.
>
> harden-cond-comp.c needed to be changed as we would optimize out the
> conversion now a
So the function factor_out_conditional_conversion already supports
diamond shaped bb forms, just need to be called for such a thing.
harden-cond-comp.c needed to be changed as we would optimize out the
conversion now and that causes the compare hardening not needing to
split the block which it was
So the function factor_out_conditional_conversion already supports
diamond shaped bb forms, just need to be called for such a thing.
harden-cond-comp.c needed to be changed as we would optimize out the
conversion now and that causes the compare hardening not needing to
split the block which it was