]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V regression test: Fix FAIL of bb-slp-39.c
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Tue, 7 Nov 2023 02:32:12 +0000 (10:32 +0800)
committerPan Li <pan2.li@intel.com>
Tue, 7 Nov 2023 03:03:31 +0000 (11:03 +0800)
Like s390, add riscv to fix the fail.

gcc/testsuite/ChangeLog:

* gcc.dg/vect/bb-slp-39.c: Add RISCV.

gcc/testsuite/gcc.dg/vect/bb-slp-39.c

index ee596cfa08b02537cc35a4757ad5758ae33e7923..f05ce8f2847be1331ed63499c19c0b4f55cff4fa 100644 (file)
@@ -16,5 +16,5 @@ void foo (double *p)
 }
 
 /* See that we vectorize three SLP instances.  */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 3 "slp2" { target { ! s390*-*-* } } } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 5 "slp2" { target {   s390*-*-* } } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 3 "slp2" { target { ! { s390*-*-* riscv*-*-* } } } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 5 "slp2" { target {   s390*-*-* riscv*-*-* } } } } */