On Thu, 21 Apr 2022, Richard Biener wrote:
> On Thu, 21 Apr 2022, Richard Biener wrote:
>
> > On Wed, 20 Apr 2022, Segher Boessenkool wrote:
> >
> > > Hi!
> > >
> > > This looks great :-)
> > >
> > > On Wed, Apr 20, 2022 at 03:52:33PM +0200, Richard Biener wrote:
> > > > The following mitigate
On Thu, 21 Apr 2022, Richard Biener wrote:
> On Wed, 20 Apr 2022, Segher Boessenkool wrote:
>
> > Hi!
> >
> > This looks great :-)
> >
> > On Wed, Apr 20, 2022 at 03:52:33PM +0200, Richard Biener wrote:
> > > The following mitigates a problem in combine distribute_notes which
> > > places an or
On Wed, 20 Apr 2022, Segher Boessenkool wrote:
> Hi!
>
> This looks great :-)
>
> On Wed, Apr 20, 2022 at 03:52:33PM +0200, Richard Biener wrote:
> > The following mitigates a problem in combine distribute_notes which
> > places an original REG_EH_REGION based on only may_trap_p which is
> > goo
Hi!
This looks great :-)
On Wed, Apr 20, 2022 at 03:52:33PM +0200, Richard Biener wrote:
> The following mitigates a problem in combine distribute_notes which
> places an original REG_EH_REGION based on only may_trap_p which is
> good to test whether a non-call insn can possibly throw but not if
The following mitigates a problem in combine distribute_notes which
places an original REG_EH_REGION based on only may_trap_p which is
good to test whether a non-call insn can possibly throw but not if
actually it does or we care. That's something we decided at RTL
expansion time where we possibly