1 /* { dg-require-effective-target vect_int } */
9 unsigned short in
[N
] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};
11 __attribute__ ((noinline
)) int
15 unsigned short *pin
= &in
[0];
16 unsigned short *pout
= &out
[0];
50 /* { dg-final { scan-tree-dump-times "Vectorized basic-block" 1 "slp" } } */
51 /* { dg-final { cleanup-tree-dump "slp" } } */