1 /* Check that the three loops are fused. */
3 /* Make sure we fuse the loops like this:
5 for (int c0 = 0; c0 <= 99; c0 += 1) {
12 /* { dg-final { scan-tree-dump-times "AST generated by isl:.*for \\(int c0 = 0; c0 <= 99; c0 \\+= 1\\) \\{.*S_.*\\(c0\\);.*S_.*\\(c0\\);.*S_.*\\(c0\\);.*\\}" 1 "graphite" } } */
15 int A
[MAX
], B
[MAX
], C
[MAX
];
24 /* The next three loops should be fused. */
25 for (i
= 0; i
< MAX
; i
++)
36 for (i
= 0; i
< MAX
; i
++)