[AArch64] Require aarch64_sve256_hw for a 256-bit SVE test
authorRichard Sandiford <richard.sandiford@arm.com>
Fri, 10 Jan 2020 12:51:32 +0000 (12:51 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 10 Jan 2020 12:51:32 +0000 (12:51 +0000)
One of the SVE run tests was specific to 256-bit SVE but tried to
run for all SVE lengths.

2020-01-10  Richard Sandiford  <richard.sandiford@arm.com>

gcc/testsuite/
* gcc.target/aarch64/sve/index_1_run.c: Require aarch64_sve256_hw
rather than aarch64_sve_hw.

From-SVN: r280104

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/sve/index_1_run.c

index 0c9408e..fe0aeaf 100644 (file)
@@ -1,3 +1,8 @@
+2020-01-10  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * gcc.target/aarch64/sve/index_1_run.c: Require aarch64_sve256_hw
+       rather than aarch64_sve_hw.
+
 2020-01-10  Richard Biener  <rguenther@suse.de>
 
        PR testsuite/93216
index abc6918..caa8231 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target aarch64_sve_hw } } */
+/* { dg-do run { target aarch64_sve256_hw } } */
 /* { dg-options "-O2 -ftree-vectorize -msve-vector-bits=256" } */
 
 #include "index_1.c"