public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] vect test: Remove xfail for riscv
@ 2023-09-11 13:32 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-09-11 13:32 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8dec3a255eb52431a468deb25bc650081232346a

commit 8dec3a255eb52431a468deb25bc650081232346a
Author: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Date:   Tue Aug 29 14:48:32 2023 +0800

    vect test: Remove xfail for riscv
    
    We are planning to enable "vect" testsuite with scalable vector auto-vectorization.
    
    This case XPASS:
    XPASS: gcc.dg/vect/no-scevccp-outer-12.c scan-tree-dump-times vect "OUTER LOOP VECTORIZED." 1
    
    like ARM SVE.
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/vect/no-scevccp-outer-12.c: Add riscv xfail.
    
    (cherry picked from commit 97aafa9cbb68ffa23aa9f018cc5cb30648a72427)

Diff:
---
 gcc/testsuite/gcc.dg/vect/no-scevccp-outer-12.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-12.c b/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-12.c
index b5f8c3c88e4d..75dcd03950f9 100644
--- a/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-12.c
+++ b/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-12.c
@@ -46,4 +46,4 @@ int main (void)
 }
 
 /* Until we support multiple types in the inner loop  */
-/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" { xfail { ! aarch64*-*-* } } } } */
+/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" { xfail { ! { aarch64*-*-* riscv*-*-* } } } } } */

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

only message in thread, other threads:[~2023-09-11 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-11 13:32 [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] vect test: Remove xfail for riscv Jeff Law

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