testsuite: Add s390 to gcc.dg/vect/slp-21.c
On s390 we vectorize 4 statements using SLP. Add s390*-*-* to the appropriate dg-finals. gcc/testsuite/ChangeLog: * gcc.dg/vect/slp-21.c: Add s390.
This commit is contained in:
parent
d24ef4e609
commit
3db6989aba
1 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ int main (void)
|
|||
|
||||
Not all vect_perm targets support that, and it's a bit too specific to have
|
||||
its own effective-target selector, so we just test targets directly. */
|
||||
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 4 "vect" { target powerpc64*-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" { target { vect_strided4 && { ! powerpc64*-*-* } } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 4 "vect" { target { powerpc64*-*-* s390*-*-* } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" { target { vect_strided4 && { ! { powerpc64*-*-* s390*-*-* } } } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 0 "vect" { target { ! { vect_strided4 } } } } } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue