public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: [PATCH] RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c
@ 2022-09-14  6:10 jiawei
  0 siblings, 0 replies; 3+ messages in thread
From: jiawei @ 2022-09-14  6:10 UTC (permalink / raw)
  To: palmer; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 912 bytes --]

LGTM, Maybe we can try is after RVV supported.> We don't yet support vectorization on RISC-V.
> > gcc/testsuite/ChangeLog> > 	* gcc.dg/tree-ssa/gen-vect-34.c: Skip RISC-V targets.> --->  gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c | 2 +->  1 file changed, 1 insertion(+), 1 deletion(-)> > diff --git a/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c b/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c> index 8d2d36401fe..41877e05efd 100644> --- a/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c> +++ b/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c> @@ -13,4 +13,4 @@ float summul(int n, float *arg1, float *arg2)>      return res1;                                       >  }>  > -/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! { avr-*-* pru-*-* } } } } } */> +/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! { avr-*-* pru-*-* riscv*-*-* } } } } } */> -- > 2.34.1

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

* Re: [PATCH] RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c
  2022-09-03  1:28 Palmer Dabbelt
@ 2022-09-18  8:47 ` Palmer Dabbelt
  0 siblings, 0 replies; 3+ messages in thread
From: Palmer Dabbelt @ 2022-09-18  8:47 UTC (permalink / raw)
  To: gcc-patches

On Fri, 02 Sep 2022 18:28:10 PDT (-0700), Palmer Dabbelt wrote:
> We don't yet support vectorization on RISC-V.
>
> gcc/testsuite/ChangeLog
>
> 	* gcc.dg/tree-ssa/gen-vect-34.c: Skip RISC-V targets.
> ---
>  gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c b/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c
> index 8d2d36401fe..41877e05efd 100644
> --- a/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c
> +++ b/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c
> @@ -13,4 +13,4 @@ float summul(int n, float *arg1, float *arg2)
>      return res1;
>  }
>
> -/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! { avr-*-* pru-*-* } } } } } */
> +/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! { avr-*-* pru-*-* riscv*-*-* } } } } } */

Committed.

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

* [PATCH] RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c
@ 2022-09-03  1:28 Palmer Dabbelt
  2022-09-18  8:47 ` Palmer Dabbelt
  0 siblings, 1 reply; 3+ messages in thread
From: Palmer Dabbelt @ 2022-09-03  1:28 UTC (permalink / raw)
  To: gcc-patches; +Cc: Palmer Dabbelt

We don't yet support vectorization on RISC-V.

gcc/testsuite/ChangeLog

	* gcc.dg/tree-ssa/gen-vect-34.c: Skip RISC-V targets.
---
 gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c b/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c
index 8d2d36401fe..41877e05efd 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-34.c
@@ -13,4 +13,4 @@ float summul(int n, float *arg1, float *arg2)
     return res1;                                       
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! { avr-*-* pru-*-* } } } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! { avr-*-* pru-*-* riscv*-*-* } } } } } */
-- 
2.34.1


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

end of thread, other threads:[~2022-09-18  8:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14  6:10 [PATCH] RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c jiawei
  -- strict thread matches above, loose matches on Subject: below --
2022-09-03  1:28 Palmer Dabbelt
2022-09-18  8:47 ` Palmer Dabbelt

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