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

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

commit r14-4518-gdae21448b60874dd6b8501c2f33c956d6c631e5f
Author: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Date:   Mon Oct 9 21:39:25 2023 +0800

    RISC-V Regression test: Fix slp-perm-4.c FAIL for RVV
    
    RVV vectorize it with stride5 load_lanes.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/vect/slp-perm-4.c: Adapt test for stride5 load_lanes.

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

diff --git a/gcc/testsuite/gcc.dg/vect/slp-perm-4.c b/gcc/testsuite/gcc.dg/vect/slp-perm-4.c
index 107968f1f7c..f4bda39c837 100644
--- a/gcc/testsuite/gcc.dg/vect/slp-perm-4.c
+++ b/gcc/testsuite/gcc.dg/vect/slp-perm-4.c
@@ -115,4 +115,4 @@ int main (int argc, const char* argv[])
 
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
 /* { dg-final { scan-tree-dump-times "gaps requires scalar epilogue loop" 0 "vect" } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" { target { ! { vect_load_lanes && vect_strided5 } } } } } */

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

only message in thread, other threads:[~2023-10-09 14:38 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:38 [gcc r14-4518] RISC-V Regression test: Fix slp-perm-4.c FAIL for RVV 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).