1 /* Verify straight-line strength reduction for a candidate with a basis
2 hidden by two phi dependences, and having a known stride. */
4 /* { dg-do compile } */
5 /* { dg-options "-O3 -fdump-tree-optimized" } */
13 int a1
, a2
, a3
, x1
, x2
, x3
, x
;
41 /* { dg-final { scan-tree-dump-times " \\* " 1 "optimized" } } */
42 /* { dg-final { scan-tree-dump-times "PHI" 2 "optimized" } } */