1 /* { dg-require-effective-target vect_int } */
8 __attribute__ ((noinline
))
15 /* Vectorization of induction that is used after the loop.
16 Currently vectorizable because scev_ccp disconnects the
17 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" { xfail *-*-* } } } */
50 /* { dg-final { cleanup-tree-dump "vect" } } */