public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2715] RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c
@ 2022-09-18  8:47 Palmer Dabbelt
  0 siblings, 0 replies; only message in thread
From: Palmer Dabbelt @ 2022-09-18  8:47 UTC (permalink / raw)
  To: gcc-cvs

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-18  8:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-18  8:47 [gcc r13-2715] RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c 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).