1 /* Verify straight-line strength reduction for multiply candidates
2 with variable stride and control flow, increment = -3. */
4 /* { dg-do compile } */
5 /* { dg-options "-O3 -fdump-tree-optimized" } */
8 f (int n
, int x
, int stride
)
30 /* { dg-final { scan-tree-dump-times " \\* stride" 1 "optimized" } } */
31 /* { dg-final { scan-tree-dump-times " \\* 3" 1 "optimized" } } */
32 /* { dg-final { cleanup-tree-dump "optimized" } } */