1 /* { dg-require-effective-target vect_int } */
7 /* Compile time known misalignment. Cannot use loop peeling to align
15 } __attribute__((packed
));
17 int x
[N
] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};
19 __attribute__ ((noinline
)) int
20 main1 (struct foo
* __restrict__ p
)
24 for (i
= 0; i
< N
; i
++)
30 for (i
= 0; i
< N
; i
++)
42 struct foo
*p
= malloc (2*sizeof (struct foo
));
49 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { target vect_hw_misalign } } } */
50 /* { dg-final { scan-tree-dump-times "Alignment of access forced using versioning" 1 "vect" { xfail vect_hw_misalign} } } */
51 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
52 /* { dg-final { cleanup-tree-dump "vect" } } */