1 /* { dg-require-effective-target vect_int } */
2 /* { dg-add-options bind_pic_locally } */
14 __attribute__ ((noinline
))
19 for (i
=0; i
< N
+1; i
++)
24 /* Avoid vectorization. */
25 __asm__
volatile ("" : : : "memory");
28 for (i
= 1; i
< N
+1; i
++)
34 for (i
= 1; i
<= N
; i
++)
50 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail { vect_no_align && { ! vect_hw_misalign } } } } } */
51 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { xfail { ! vect_unaligned_possible } } } } */
52 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */