1 /* { dg-require-effective-target vect_int } */
13 for (i
= 0; i
< n
; i
++)
15 for (j
= 0; j
< n
; j
++)
24 for (j
= 0; j
< n
; j
++)
25 if (a
[j
] != i
+ n
- 1)
28 for (i
= 0; i
< n
; i
++)
48 /* Fails for targets that don't vectorize PLUS (e.g alpha). */
49 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
50 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" } } */
51 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */
52 /* { dg-final { cleanup-tree-dump "vect" } } */