public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5391] aarch64: Remove slp_13.c XFAILs
@ 2023-01-26 15:51 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2023-01-26 15:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:b4308a65546b633a6bce98d1156c6dc05f724929

commit r13-5391-gb4308a65546b633a6bce98d1156c6dc05f724929
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Thu Jan 26 15:50:59 2023 +0000

    aarch64: Remove slp_13.c XFAILs
    
    These tests started passing after
    g:b073f2b098ba7819450d6c14a0fb96cb1c09f242.
    
    gcc/testsuite/
            * gcc.target/aarch64/sve/slp_13.c: Remove XFAILs.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/sve/slp_13.c | 11 ++++-------
 1 file 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 37b5f1148a3..2e8c3965e18 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 } } */

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

only message in thread, other threads:[~2023-01-26 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26 15:51 [gcc r13-5391] aarch64: Remove slp_13.c XFAILs 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).