public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] RISC-V regression test: Fix FAIL of bb-slp-39.c
@ 2023-11-07  2:32 Juzhe-Zhong
  2023-11-07  2:46 ` Kito Cheng
  0 siblings, 1 reply; 3+ messages in thread
From: Juzhe-Zhong @ 2023-11-07  2:32 UTC (permalink / raw)
  To: gcc-patches; +Cc: kito.cheng, kito.cheng, jeffreyalaw, rdapp.gcc, Juzhe-Zhong

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-39.c b/gcc/testsuite/gcc.dg/vect/bb-slp-39.c
index ee596cfa08b..f05ce8f2847 100644
--- a/gcc/testsuite/gcc.dg/vect/bb-slp-39.c
+++ b/gcc/testsuite/gcc.dg/vect/bb-slp-39.c
@@ -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*-*-* } } } } */
-- 
2.36.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] RISC-V regression test: Fix FAIL of bb-slp-39.c
  2023-11-07  2:32 [PATCH] RISC-V regression test: Fix FAIL of bb-slp-39.c Juzhe-Zhong
@ 2023-11-07  2:46 ` Kito Cheng
  2023-11-07  3:06   ` Li, Pan2
  0 siblings, 1 reply; 3+ messages in thread
From: Kito Cheng @ 2023-11-07  2:46 UTC (permalink / raw)
  To: Juzhe-Zhong; +Cc: gcc-patches, kito.cheng, jeffreyalaw, rdapp.gcc

LGTM

On Tue, Nov 7, 2023 at 10:32 AM Juzhe-Zhong <juzhe.zhong@rivai.ai> wrote:
>
> 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 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-39.c b/gcc/testsuite/gcc.dg/vect/bb-slp-39.c
> index ee596cfa08b..f05ce8f2847 100644
> --- a/gcc/testsuite/gcc.dg/vect/bb-slp-39.c
> +++ b/gcc/testsuite/gcc.dg/vect/bb-slp-39.c
> @@ -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*-*-* } } } } */
> --
> 2.36.3
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] RISC-V regression test: Fix FAIL of bb-slp-39.c
  2023-11-07  2:46 ` Kito Cheng
@ 2023-11-07  3:06   ` Li, Pan2
  0 siblings, 0 replies; 3+ messages in thread
From: Li, Pan2 @ 2023-11-07  3:06 UTC (permalink / raw)
  To: Kito Cheng, Juzhe-Zhong; +Cc: gcc-patches, kito.cheng, jeffreyalaw, rdapp.gcc

Committed, thanks Kito.

Pan

-----Original Message-----
From: Kito Cheng <kito.cheng@gmail.com> 
Sent: Tuesday, November 7, 2023 10:47 AM
To: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Cc: gcc-patches@gcc.gnu.org; kito.cheng@sifive.com; jeffreyalaw@gmail.com; rdapp.gcc@gmail.com
Subject: Re: [PATCH] RISC-V regression test: Fix FAIL of bb-slp-39.c

LGTM

On Tue, Nov 7, 2023 at 10:32 AM Juzhe-Zhong <juzhe.zhong@rivai.ai> wrote:
>
> 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 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-39.c b/gcc/testsuite/gcc.dg/vect/bb-slp-39.c
> index ee596cfa08b..f05ce8f2847 100644
> --- a/gcc/testsuite/gcc.dg/vect/bb-slp-39.c
> +++ b/gcc/testsuite/gcc.dg/vect/bb-slp-39.c
> @@ -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*-*-* } } } } */
> --
> 2.36.3
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-07  3:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-07  2:32 [PATCH] RISC-V regression test: Fix FAIL of bb-slp-39.c Juzhe-Zhong
2023-11-07  2:46 ` Kito Cheng
2023-11-07  3:06   ` Li, Pan2

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