1 /* { dg-add-options vect_early_break } */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target vect_early_break } */
4 /* { dg-require-effective-target vect_int } */
12 unsigned test4(unsigned x
)
17 for (int i
= 0; i
< N
; i
++)
19 vect_b
[i
] += vect_a
[i
] + x
;
24 /* novector should have blocked vectorization. */
25 /* { dg-final { scan-tree-dump-not "vectorized \d loops in function" "vect" } } */