1 /* { dg-require-effective-target vect_int } */
14 __attribute__ ((noinline
))
19 for (i
= 0; i
< N
+OFF
; i
++)
24 for (i
= 0; i
< N
; i
++)
30 for (i
= 0; i
< N
; i
++)
32 if (ia
[i
] != ib
[i
+off
])
43 main1 (0); /* aligned */
44 main1 (OFF
); /* unaligned */
48 /* For targets that don't support misaligned loads we version for the load.
49 (The store is aligned). */
51 /* The initialization induction loop (with aligned access) is also vectorized. */
52 /* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" } } */
53 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { xfail vect_no_align } } } */
54 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */
55 /* { dg-final { scan-tree-dump-times "Alignment of access forced using versioning." 1 "vect" {target vect_no_align } } } */
56 /* { dg-final { cleanup-tree-dump "vect" } } */