1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fdump-tree-ivcanon-details" } */
19 /* We should do this as part of cunrolli, but our cost model do not take into account early exit
20 from the last iteration. */
21 /* { dg-final { scan-tree-dump "loop turned into non-loop; it never loops." "ivcanon"} } */
22 /* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "ivcanon"} } */