1 /* { dg-require-effective-target vect_int_mult } */
9 /* A reduction pattern in which there is no data ref in
10 the loop and one operand is defined outside of the loop. */
12 __attribute__ ((noinline
)) int
19 for (i
= 0; i
< N
; i
++)
39 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */