1 /* Verify straight-line strength reduction for a candidate with a basis
2 hidden by a phi dependence and having an unknown stride. Variation
3 using negative increments. */
5 /* { dg-do compile } */
6 /* { dg-options "-O3 -fdump-tree-optimized" } */
9 f (int s
, int c
, int i
)
11 int a1
, a2
, a3
, x1
, x2
, x3
, x
;
31 /* { dg-final { scan-tree-dump-times " \\* s" 1 "optimized" } } */
32 /* { dg-final { scan-tree-dump-times " \\* 2" 1 "optimized" } } */