1 /* { dg-do compile { target {{ i?86-*-* x86_64-*-* } && lp64 } } } */
2 /* { dg-options "-O2 -m64 -fdump-tree-ivopts-details" } */
10 /* Testing inferred loop iteration from array -- exit test can be replaced. */
11 void foo (int i_width
, TYPE dst
, TYPE src1
, TYPE src2
)
13 TYPE dstn
= dst
+ i_width
;
15 unsigned long long i
= 0;
18 dst0
[i
] = ( src1
[i
] + src2
[i
] + 1 +a
[i
]) >> 1;
24 /* { dg-final { scan-tree-dump-times "Replacing" 1 "ivopts"} } */