1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-optimized -w" } */
3 /* { dg-options "-O1 -fdump-tree-optimized -w -msse" { target { i?86-*-* x86_64-*-* } } } */
4 /* Check that SRA replaces structures containing vectors. */
6 #define vector __attribute__((vector_size(16)))
14 vector
int f(vector
int t1
, vector
int t2
)
16 struct vt st1
, st2
, st3
;
24 /* { dg-final { scan-tree-dump-times "st" 0 "optimized" } } */