public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Palmer Dabbelt <palmer@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-2715] RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c
Date: Sun, 18 Sep 2022 08:47:29 +0000 (GMT)	[thread overview]
Message-ID: <20220918084729.B0ACB3AA8CA7@sourceware.org> (raw)

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

commit r13-2715-ge3c4a86e6b98b334b1a20f2529e6c59f6e19f73d
Author: Palmer Dabbelt <palmer@rivosinc.com>
Date:   Fri Sep 2 18:28:10 2022 -0700

    RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c
    
    We don't yet support vectorization on RISC-V.
    
    gcc/testsuite/ChangeLog
    
            * gcc.dg/tree-ssa/gen-vect-34.c: Skip RISC-V targets.

Diff:
---
 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*-*-* } } } } } */

                 reply	other threads:[~2022-09-18  8:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220918084729.B0ACB3AA8CA7@sourceware.org \
    --to=palmer@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /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).