1 /* Disabling epilogues until we find a better way to deal with scans. */
2 /* { dg-additional-options "--param vect-epilogues-nomask=0" } */
3 /* { dg-require-effective-target vect_int } */
4 /* { dg-add-options bind_pic_locally } */
11 /* Unaligned stores. */
20 for (i
= 1; i
<= N
/2; i
++)
28 for (i
= 1; i
<= N
/2; i
++)
35 for (i
= 1; i
<= n
/2; i
++)
43 for (i
= 1; i
<= n
/2; i
++)
62 /* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" } } */
63 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" } } */
64 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 2 "vect" { xfail { { ! vect_unaligned_possible } || { ! vect_natural_alignment } } } } } */