public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [AArch64] Require aarch64_sve256_hw for a 256-bit SVE test
@ 2020-01-10 13:09 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2020-01-10 13:09 UTC (permalink / raw)
  To: gcc-patches

One of the SVE run tests was specific to 256-bit SVE but tried to
run for all SVE lengths.

Tested on aarch64-linux-gnu and applied as r280104.

Richard


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.

Index: gcc/testsuite/gcc.target/aarch64/sve/index_1_run.c
===================================================================
--- gcc/testsuite/gcc.target/aarch64/sve/index_1_run.c	2019-03-08 18:14:29.788994704 +0000
+++ gcc/testsuite/gcc.target/aarch64/sve/index_1_run.c	2020-01-10 12:49:32.627330534 +0000
@@ -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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-10 12:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 13:09 [AArch64] Require aarch64_sve256_hw for a 256-bit SVE test Richard Sandiford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).