1 /* Prefetching used to prefer nonsensical unroll factor of 5 in this testcase. */
3 /* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */
4 /* { dg-options "-O2 -fno-tree-vectorize -fprefetch-loop-arrays -march=amdfam10 -fdump-tree-aprefetch-details" } */
15 for (i
= 0; i
< N
; i
+= 2)
16 sum
+= (a
[i
] * a
[i
+1]);
21 /* { dg-final { scan-tree-dump-times "unroll factor 4" 1 "aprefetch" } } */