public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-3358] Fix gcc.dg/vect/pr65947-7.c failures on aarch64.
@ 2023-08-21 11:31 Prathamesh Kulkarni
  0 siblings, 0 replies; only message in thread
From: Prathamesh Kulkarni @ 2023-08-21 11:31 UTC (permalink / raw)
  To: gcc-cvs

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

commit r14-3358-gdd606dc7c7e49feb7a900902ec6d35b421789173
Author: Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Date:   Mon Aug 21 16:58:21 2023 +0530

    Fix gcc.dg/vect/pr65947-7.c failures on aarch64.
    
    gcc/testsuite/ChangeLog:
            * gcc.dg/vect/pr65947-7.c: Add target check aarch64*-*-* and scan vect
            dump for pattern "optimizing condition reduction with FOLD_EXTRACT_LAST"
            for targets that support vect_fold_extract_last.

Diff:
---
 gcc/testsuite/gcc.dg/vect/pr65947-7.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/vect/pr65947-7.c b/gcc/testsuite/gcc.dg/vect/pr65947-7.c
index 16cdcd1c6eb8..58c46df5c547 100644
--- a/gcc/testsuite/gcc.dg/vect/pr65947-7.c
+++ b/gcc/testsuite/gcc.dg/vect/pr65947-7.c
@@ -52,5 +52,5 @@ main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" { target vect_fold_extract_last } } } */
-/* { dg-final { scan-tree-dump-not "LOOP VECTORIZED" "vect" { target { ! vect_fold_extract_last } } } } */
+/* { dg-final { scan-tree-dump "optimizing condition reduction with FOLD_EXTRACT_LAST" "vect" { target vect_fold_extract_last } } } */
+/* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" { target aarch64*-*-* } } } */

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

only message in thread, other threads:[~2023-08-21 11:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-21 11:31 [gcc r14-3358] Fix gcc.dg/vect/pr65947-7.c failures on aarch64 Prathamesh Kulkarni

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