aarch64: Tighten condition on sve/sel* tests
Noticed while testing on a different machine that the sve/sel_*.c tests require .variant_pcs support but don't test for it. .variant_pcs post-dates SVE so there shouldn't be a need to test for both. gcc/testsuite/ * gcc.target/aarch64/sve/sel_1.c: Require aarch64_variant_pcs. * gcc.target/aarch64/sve/sel_2.c: Likewise. * gcc.target/aarch64/sve/sel_3.c: Likewise.
This commit is contained in:
parent
6d75168146
commit
5ab67cdee6
@ -1,4 +1,4 @@
|
||||
/* { dg-do assemble { target aarch64_asm_sve_ok } } */
|
||||
/* { dg-do assemble { target aarch64_variant_pcs } } */
|
||||
/* { dg-options "-O2 -msve-vector-bits=256 --save-temps" } */
|
||||
/* { dg-final { check-function-bodies "**" "" } } */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* { dg-do assemble { target aarch64_asm_sve_ok } } */
|
||||
/* { dg-do assemble { target aarch64_variant_pcs } } */
|
||||
/* { dg-options "-O2 -msve-vector-bits=256 --save-temps" } */
|
||||
/* { dg-final { check-function-bodies "**" "" } } */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* { dg-do assemble { target aarch64_asm_sve_ok } } */
|
||||
/* { dg-do assemble { target aarch64_variant_pcs } } */
|
||||
/* { dg-options "-O2 -msve-vector-bits=256 --save-temps" } */
|
||||
/* { dg-final { check-function-bodies "**" "" } } */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user