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.
This commit is contained in:
parent
acaf9e333d
commit
97aafa9cbb
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,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*-*-* } } } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue