2 /* { dg-do compile { target {{ i?86-*-* x86_64-*-* } && lp64 } } } */
3 /* { dg-options "-O2 -m64 -fdump-tree-optimized" } */
5 /* iv i's step 16 so its period is smaller than the max iterations
6 * i.e. replacing if (p2 > p_limit2) with testing of i may result in
8 long foo(long* p
, long* p2
, int N1
, int N2
)
11 long* p_limit2
= p2
+ N2
;
24 /* { dg-final { scan-tree-dump "if \\(.*p_limit2.*\\)" "optimized"} } */