1 /* { dg-require-effective-target vect_int } */
8 __attribute__ ((noinline
)) int main1 ()
15 /* vectorization of induction.
16 Peeling to align the store is also applied. */
27 for (i
= 0; i
< N
; i
++)
29 if (arr1
[i
] != 2+2*i
|| arr2
[i
] != 5 + 2*i
)
43 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */