1 /* { dg-require-effective-target size32plus } */
3 /* Formerly known as ltrans-2.c */
12 static void __attribute__((noinline
))
18 /* This loop should be converted to a perfect nest and
20 for (i
= 0; i
< N
; i
++)
22 for (j
= 0; j
< N
; j
++)
24 sum
= sum
+ u
[i
+ 1335 * j
];
30 *res
= sum
+ N
+ u
[1336 * 2] + u
[1336];
40 for (i
= 0; i
< 1782225; i
++)
46 fprintf (stderr
, "res = %d \n", res
);
55 /* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } } */