From: Richard Biener Date: Fri, 6 Aug 2021 06:42:43 +0000 (+0200) Subject: Fixup gfortran.dg/vect/vect-8.f90 for aarch64 X-Git-Tag: basepoints/gcc-13~5535 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd351c76c23187fdc74d9af6874a54e2e84c4d25;p=thirdparty%2Fgcc.git 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 * gfortran.dg/vect/vect-8.f90: Simplify aarch64 scanning. --- diff --git a/gcc/testsuite/gfortran.dg/vect/vect-8.f90 b/gcc/testsuite/gfortran.dg/vect/vect-8.f90 index cc1aebfbd841..c8a7d896bace 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*-*-* } } } } }