public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-4516] RISC-V Regression test: Fix FAIL of slp-12a.c
@ 2023-10-09 14:30 Pan Li
  0 siblings, 0 replies; only message in thread
From: Pan Li @ 2023-10-09 14:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:30b76f860a46497592904ed696b9a987769dc775

commit r14-4516-g30b76f860a46497592904ed696b9a987769dc775
Author: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Date:   Mon Oct 9 21:35:08 2023 +0800

    RISC-V Regression test: Fix FAIL of slp-12a.c
    
    This case is vectorized by stride8 load_lanes.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/vect/slp-12a.c: Adapt for stride 8 load_lanes.

Diff:
---
 gcc/testsuite/gcc.dg/vect/slp-12a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/vect/slp-12a.c b/gcc/testsuite/gcc.dg/vect/slp-12a.c
index f0dda55acae..973de6ada21 100644
--- a/gcc/testsuite/gcc.dg/vect/slp-12a.c
+++ b/gcc/testsuite/gcc.dg/vect/slp-12a.c
@@ -76,5 +76,5 @@ int main (void)
 
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_strided8 && vect_int_mult } } } } */
 /* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { target { ! { vect_strided8 && vect_int_mult } } } } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" { target { vect_strided8 && vect_int_mult } } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" { target { { vect_strided8 && {! vect_load_lanes } } && vect_int_mult } } } } */
 /* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 0 "vect" { target { ! { vect_strided8 && vect_int_mult } } } } } */

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

only message in thread, other threads:[~2023-10-09 14:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-09 14:30 [gcc r14-4516] RISC-V Regression test: Fix FAIL of slp-12a.c Pan Li

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