On Fri, Nov 22, 2024 at 9:16 PM Richard Biener wrote:
>
> On Fri, 22 Nov 2024, liuhongt wrote:
>
> > It could cause weired spill in RA when register pressure is high.
> >
> > Bootstrapped and regtested on x86_64-pc-linux-gnu{-m32,}.
> > Ok for trunk?
> >
> > BTW, It's difficult to get a decent tes
On Fri, 22 Nov 2024, liuhongt wrote:
> It could cause weired spill in RA when register pressure is high.
>
> Bootstrapped and regtested on x86_64-pc-linux-gnu{-m32,}.
> Ok for trunk?
>
> BTW, It's difficult to get a decent testcase for the issue since the spill
> is not exposed in simple testcas
It could cause weired spill in RA when register pressure is high.
Bootstrapped and regtested on x86_64-pc-linux-gnu{-m32,}.
Ok for trunk?
BTW, It's difficult to get a decent testcase for the issue since the spill
is not exposed in simple testcase.
gcc/ChangeLog:
PR target/117562