1 /* { dg-require-effective-target vect_int } */
21 /* Different constant types - not SLPable. The group size is not power of 2,
22 interleaving is not supported either. */
23 for (i
= 0; i
< N
; i
++)
32 for (i
= 0; i
< N
; i
++)
48 for (i
= 0; i
< N
; i
++)
52 arr1
[i
].c
= (void *)arr1
;
64 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 0 "vect" } } */
65 /* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 0 "vect" } } */
66 /* { dg-final { cleanup-tree-dump "vect" } } */