public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2778] Fixup gfortran.dg/vect/vect-8.f90 for aarch64
@ 2021-08-06  6:44 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2021-08-06  6:44 UTC (permalink / raw)
  To: gcc-cvs

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

commit r12-2778-gfd351c76c23187fdc74d9af6874a54e2e84c4d25
Author: Richard Biener <rguenther@suse.de>
Date:   Fri Aug 6 08:42:43 2021 +0200

    Fixup gfortran.dg/vect/vect-8.f90 for aarch64
    
    With the emulated gather changes we now consistently vectorize
    for aarch64 and we can remove the SVE special-casing.
    
    2021-08-06  Richard Biener  <rguenther@suse.de>
    
            * gfortran.dg/vect/vect-8.f90: Simplify aarch64 scanning.

Diff:
---
 gcc/testsuite/gfortran.dg/vect/vect-8.f90 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gcc/testsuite/gfortran.dg/vect/vect-8.f90 b/gcc/testsuite/gfortran.dg/vect/vect-8.f90
index cc1aebfbd84..c8a7d896bac 100644
--- a/gcc/testsuite/gfortran.dg/vect/vect-8.f90
+++ b/gcc/testsuite/gfortran.dg/vect/vect-8.f90
@@ -704,7 +704,6 @@ CALL track('KERNEL  ')
 RETURN
 END SUBROUTINE kernel
 
-! { dg-final { scan-tree-dump-times "vectorized 24 loops" 1 "vect" { target aarch64_sve } } }
-! { dg-final { scan-tree-dump-times "vectorized 23 loops" 1 "vect" { target { aarch64*-*-* && { ! aarch64_sve } } } } }
+! { dg-final { scan-tree-dump-times "vectorized 24 loops" 1 "vect" { target aarch64*-*-* } } }
 ! { dg-final { scan-tree-dump-times "vectorized 2\[234\] loops" 1 "vect" { target { vect_intdouble_cvt && { ! aarch64*-*-* } } } } }
 ! { dg-final { scan-tree-dump-times "vectorized 17 loops" 1 "vect" { target { { ! vect_intdouble_cvt } && { ! aarch64*-*-* } } } } }


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

only message in thread, other threads:[~2021-08-06  6:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06  6:44 [gcc r12-2778] Fixup gfortran.dg/vect/vect-8.f90 for aarch64 Richard Biener

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).