aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2023-01-26 15:50:59 +0000
committerRichard Sandiford <richard.sandiford@arm.com>2023-01-26 15:50:59 +0000
commitb4308a65546b633a6bce98d1156c6dc05f724929 (patch)
tree45bc4c86b0ff784a911f735ff7f3c98a1acc1579 /gcc
parent9f353b0c1dc9385ba8b8a64b65d66d5452383c11 (diff)
downloadgcc-b4308a65546b633a6bce98d1156c6dc05f724929.zip
gcc-b4308a65546b633a6bce98d1156c6dc05f724929.tar.gz
gcc-b4308a65546b633a6bce98d1156c6dc05f724929.tar.bz2
aarch64: Remove slp_13.c XFAILs
These tests started passing after g:b073f2b098ba7819450d6c14a0fb96cb1c09f242. gcc/testsuite/ * gcc.target/aarch64/sve/slp_13.c: Remove XFAILs.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.target/aarch64/sve/slp_13.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/gcc/testsuite/gcc.target/aarch64/sve/slp_13.c b/gcc/testsuite/gcc.target/aarch64/sve/slp_13.c
index 37b5f11..2e8c396 100644
--- a/gcc/testsuite/gcc.target/aarch64/sve/slp_13.c
+++ b/gcc/testsuite/gcc.target/aarch64/sve/slp_13.c
@@ -32,14 +32,11 @@ vec_slp_##TYPE (TYPE *restrict a, int n) \
TEST_ALL (VEC_PERM)
-/* ??? We don't treat the uint loops as SLP. */
/* The loop should be fully-masked. */
-/* { dg-final { scan-assembler-times {\tld1b\t} 2 { xfail *-*-* } } } */
-/* { dg-final { scan-assembler-times {\tld1h\t} 3 { xfail *-*-* } } } */
-/* { dg-final { scan-assembler-times {\tld1w\t} 3 { xfail *-*-* } } } */
-/* { dg-final { scan-assembler-times {\tld1w\t} 2 } } */
-/* { dg-final { scan-assembler-times {\tld1d\t} 3 { xfail *-*-* } } } */
-/* { dg-final { scan-assembler-times {\tld1d\t} 2 } } */
+/* { dg-final { scan-assembler-times {\tld1b\t} 2 } } */
+/* { dg-final { scan-assembler-times {\tld1h\t} 3 } } */
+/* { dg-final { scan-assembler-times {\tld1w\t} 3 } } */
+/* { dg-final { scan-assembler-times {\tld1d\t} 3 } } */
/* { dg-final { scan-assembler-not {\tldr} } } */
/* { dg-final { scan-assembler-times {\twhilelo\tp[0-7]\.b} 4 } } */