1 /* Verify straight-line strength reduction for a candidate with a basis
2 hidden by a phi dependences, having a known stride, and where the
3 phi has an argument which is a parameter. */
5 /* { dg-do compile } */
6 /* { dg-options "-O3 -fno-code-hoisting -fdump-tree-optimized" } */
11 int a1
, a3
, x1
, x3
, x
;
27 /* { dg-final { scan-tree-dump-times " \\* " 1 "optimized" } } */