Commit 2257bc19 by Jan Hubicka Committed by Jan Hubicka

cunroll-4.c: Update; we now remove the loop at ivcanon time.


	* gcc.dg/tree-ssa/cunroll-4.c: Update; we now remove the loop
	at ivcanon time.

From-SVN: r192822
parent 0f378cb5
2012-10-25 Jan Hubicka <jh@suse.cz>
* gcc.dg/tree-ssa/cunroll-4.c: Update; we now remove the loop
at ivcanon time.
2012-10-25 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/53761
......
/* { dg-do compile } */
/* { dg-options "-O3 -fdump-tree-cunroll-details" } */
/* { dg-options "-O3 -fdump-tree-ivcanon-details" } */
int a[1];
test(int c)
{
......@@ -16,6 +16,6 @@ test(int c)
/* We should do this as part of cunrolli, but our cost model do not take into account early exit
from the last iteration. */
/* { dg-final { scan-tree-dump "Turned loop 1 to non-loop; it never loops." "cunrolli"} } */
/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "cunrolli"} } */
/* { dg-final { cleanup-tree-dump "cunroll" } } */
/* { dg-final { scan-tree-dump "Turned loop 1 to non-loop; it never loops." "ivcanon"} } */
/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "ivcanon"} } */
/* { dg-final { cleanup-tree-dump "ivcanon" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment