Re: GCN: Generally enable the 'gcc.target/gcn/avgpr-[...]' test cases

2023-11-29 Thread Andrew Stubbs
-double.c @@ -0,0 +1,9 @@ +/* { dg-do compile } */ +/* { dg-additional-options "-march=gfx90a -O1" } */ +/* { dg-skip-if "incompatible ISA" { *-*-* } { "-march=gfx90[068]" } } */ +[...] Etc. OK to push the attached "GCN: Generally enable the 'gcc.target/gcn/a

GCN: Generally enable the 'gcc.target/gcn/avgpr-[...]' test cases (was: [committed] amdgcn: Add Accelerator VGPR registers)

2023-11-29 Thread Thomas Schwinge
gt; @@ -0,0 +1,9 @@ > +/* { dg-do compile } */ > +/* { dg-additional-options "-march=gfx90a -O1" } */ > +/* { dg-skip-if "incompatible ISA" { *-*-* } { "-march=gfx90[068]" } } */ > +[...] Etc. OK to push the attached "GCN: Generally enable the '