10 __attribute__ ((noinline
))
16 /* The store is aligned and the loads are misaligned with the same
17 misalignment. Cost model is disabled. If misaligned stores are supported,
18 we peel according to the loads to align them. */
19 for (i
= 0; i
<= N
; i
++)
21 ia
[i
] = ib
[i
+2] + ib
[i
+6];
26 for (i
= 1; i
<= N
; i
++)
28 if (ia
[i
] != ib
[i
+2] + ib
[i
+6])
41 for (i
= 0; i
<= N
+6; i
++)
43 asm volatile ("" : "+r" (i
));