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