1 /* { dg-require-effective-target vect_int } */
5 /* Statement used outside the loop, not used inside the loop. SCEV cannot
7 __attribute__ ((noinline
)) int
8 liveloop (int n
, int *x
, int *y
)
13 for (i
= 0; i
< n
; ++i
)
34 __asm__
volatile ("");
38 int ret
= liveloop (MAX
, a
, b
);
45 __asm__
volatile ("");
51 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
52 /* { dg-final { scan-tree-dump-times "vec_stmt_relevant_p: stmt live but not relevant" 1 "vect" } } */