On Mon, Feb 3, 2025 at 1:46 AM Richard Biener <richard.guent...@gmail.com> wrote: > > On Fri, Jan 31, 2025 at 7:18 PM Aleksandar Rakic > <aleksandar.ra...@htecgroup.com> wrote: > > > > From: Chao-ying Fu <c...@wavecomp.com> > > OK
Pushed as r16-533 with a slightly reworded commit message that references the fix for the powerpc testcase: ``` Fix mips pr54240 testcase Like r9-5152-gd1409ea5a2f759 but for the mips testcase. ``` Thanks, Andrew Pinski > > > gcc/testsuite/ > > * gcc.target/mips/pr54240.c: Scan phiopt2. > > > > Cherry-picked 02dd052d4822ca187af075f1fb5301c954844144 > > from https://github.com/MIPS/gcc > > > > Signed-off-by: Chao-ying Fu <c...@mips.com> > > Signed-off-by: Aleksandar Rakic <aleksandar.ra...@htecgroup.com> > > --- > > gcc/testsuite/gcc.target/mips/pr54240.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/gcc/testsuite/gcc.target/mips/pr54240.c > > b/gcc/testsuite/gcc.target/mips/pr54240.c > > index d3976f6cfef..31b793bb8c6 100644 > > --- a/gcc/testsuite/gcc.target/mips/pr54240.c > > +++ b/gcc/testsuite/gcc.target/mips/pr54240.c > > @@ -27,4 +27,4 @@ NOMIPS16 int foo(S *s) > > return next->v; > > } > > > > -/* { dg-final { scan-tree-dump "Hoisting adjacent loads" "phiopt1" } } */ > > +/* { dg-final { scan-tree-dump "Hoisting adjacent loads" "phiopt2" } } */ > > -- > > 2.34.1