9 static int __attribute__((noinline))
15 for (i = 0; i < N; i++)
16 for (j = 0; j < N; j++)
26 for (i = 0; i < N; i++)
32 fprintf (stderr, "res = %d \n", res);
35 /* Avoid runtime check for this testcase, as it is miscompiled by
36 Graphite for the moment. */
41 /* { dg-final { scan-tree-dump-times "will be loop blocked" 1 "graphite" } } */
42 /* { dg-final { cleanup-tree-dump "graphite" } } */