1 /* { dg-require-effective-target vect_int } */
8 __attribute__ ((noinline
)) int main1 ()
14 /* Vectorization of induction that is used after the loop.
15 Currently vectorizable because scev_ccp disconnects the
16 use-after-the-loop from the iv def inside the loop. */
27 for (i
= 0; i
< N
; i
++)
49 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */