1 /* { dg-require-effective-target vect_int } */
8 __attribute__ ((noinline
)) int main1 (int X
)
13 /* vectorization of reduction with induction.
14 Need -fno-tree-scev-cprop or else the loop is eliminated. */
15 for (i
= 0; i
< N
; i
++)
33 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
34 /* { dg-final { cleanup-tree-dump "vect" } } */