Commit 247f726f by Andreas Schwab Committed by Andreas Schwab

* gcc.target/aarch64/sve/vcond_6.c: Add missing brace.

From-SVN: r260082
parent edbd038a
2018-05-09 Andreas Schwab <schwab@suse.de>
* gcc.target/aarch64/sve/vcond_6.c: Add missing brace.
2018-05-09 Richard Sandiford <richard.sandiford@linaro.org> 2018-05-09 Richard Sandiford <richard.sandiford@linaro.org>
* gcc.target/aarch64/store_lane_spill_1.c: New test. * gcc.target/aarch64/store_lane_spill_1.c: New test.
......
...@@ -54,5 +54,5 @@ TEST_ALL (LOOP) ...@@ -54,5 +54,5 @@ TEST_ALL (LOOP)
and then use NOT, but the original BIC sequence is better. It's a fairly and then use NOT, but the original BIC sequence is better. It's a fairly
niche failure though. We'd handle most other types of comparison by niche failure though. We'd handle most other types of comparison by
using the inverse operation instead of a separate NOT. */ using the inverse operation instead of a separate NOT. */
/* { dg-final { scan-assembler-times {\tbic\tp[0-9]+\.b, p[0-9]+/z, p[0-9]+\.b, p[0-9]+\.b} 3 { xfail *-*-* } } */ /* { dg-final { scan-assembler-times {\tbic\tp[0-9]+\.b, p[0-9]+/z, p[0-9]+\.b, p[0-9]+\.b} 3 { xfail *-*-* } } } */
/* { dg-final { scan-assembler-times {\torn\tp[0-9]+\.b, p[0-9]+/z, p[0-9]+\.b, p[0-9]+\.b} 3 } } */ /* { dg-final { scan-assembler-times {\torn\tp[0-9]+\.b, p[0-9]+/z, p[0-9]+\.b, p[0-9]+\.b} 3 } } */
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