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};
12 __attribute__ ((noinline
)) int
15 unsigned short *pin
= &in
[0];
16 unsigned short *pout
= &out
[0];
18 /* A group of 9 shorts - unsupported for now. */
30 __asm__
volatile ("" : : : "memory");
56 /* { dg-final { scan-tree-dump-times "Vectorized basic-block" 1 "slp" { xfail *-*-* } } } */
57 /* { dg-final { cleanup-tree-dump "slp" } } */