public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: jiawei@iscas.ac.cn
To: palmer@rivosinc.com
Cc: gcc-patches@gcc.gnu.org
Subject: Re: [PATCH] RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c
Date: Wed, 14 Sep 2022 14:10:15 +0800 (GMT+08:00)	[thread overview]
Message-ID: <78c25fa8.e61.1833a9e973f.Coremail.jiawei@iscas.ac.cn> (raw)

[-- 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

             reply	other threads:[~2022-09-14  6:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-14  6:10 jiawei [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-03  1:28 Palmer Dabbelt
2022-09-18  8:47 ` Palmer Dabbelt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=78c25fa8.e61.1833a9e973f.Coremail.jiawei@iscas.ac.cn \
    --to=jiawei@iscas.ac.cn \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=palmer@rivosinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).