1 /* { dg-do compile } */
2 /* { dg-options "-O2 -ftree-loop-linear -fdump-tree-ltrans-all" } */
8 /* This is a reduction: there is a scalar dependence that cannot be
9 removed by rewriting IVs. This code cannot and should not be
10 transformed into a perfect loop. */
11 for (i
= 0; i
< 2; ++i
, p
+= n
)
12 for (j
= 0; j
< 2; ++j
)
18 /* { dg-final { scan-tree-dump-times "converted loop nest to perfect loop nest" 0 "ltrans"} } */
19 /* { dg-final { cleanup-tree-dump "ltrans" } } */