1 /* { dg-require-effective-target size32plus } */
3 /* Formerly known as ltrans-1.c */
12 static int __attribute__((noinline
))
18 /* These two loops should be interchanged. */
19 for (i
= 0; i
< N
; i
++)
21 for (j
= 0; j
< N
; j
++)
22 sum
= sum
+ u
[i
+ 1335 * j
];
27 return sum
+ N
+ u
[1336 * 2] + u
[1336];
37 for (i
= 0; i
< 1782225; i
++)
43 fprintf (stderr
, "res = %d \n", res
);
52 /*FIXME: Between isl 0.12 and isl 0.15 the schedule optimizer needs to print
53 something canonical so that it can be checked in the test. The final code
54 generated by both are same in this case but the messaged printed are
57 /* { dg-final { scan-tree-dump "tiled" "graphite" } } */