Commit 74d121b3 by Richard Sandiford Committed by Richard Sandiford

[AArch64] Require aarch64_sve256_hw for a 256-bit SVE test

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
parent 7e2b7e23
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> 2020-01-10 Richard Biener <rguenther@suse.de>
PR testsuite/93216 PR testsuite/93216
......
/* { dg-do run { target aarch64_sve_hw } } */ /* { dg-do run { target aarch64_sve256_hw } } */
/* { dg-options "-O2 -ftree-vectorize -msve-vector-bits=256" } */ /* { dg-options "-O2 -ftree-vectorize -msve-vector-bits=256" } */
#include "index_1.c" #include "index_1.c"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment