1 /* { dg-require-effective-target vect_int } */
20 /* Different constant types - not SLPable. The group size is not power of 2,
21 interleaving is not supported either. */
22 for (i
= 0; i
< N
; i
++)
31 for (i
= 0; i
< N
; i
++)
47 for (i
= 0; i
< N
; i
++)
51 arr1
[i
].c
= (void *)arr1
;
52 asm volatile ("" ::: "memory");
61 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 0 "vect" } } */
62 /* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 0 "vect" } } */