isl_ast_codegen.c: add_node: replace gist by pure specialization
[isl.git] / test_inputs / codegen / cloog / nul_lcpc.c
blobe6f39682d499702e0d9461c6c4818a458250f02c
2 for (int c0 = 1; c0 <= 6; c0 += 2) {
3 for (int c2 = 1; c2 <= c0; c2 += 1) {
4 S1(c0, (c0 - 1) / 2, c2);
5 S2(c0, (c0 - 1) / 2, c2);
7 for (int c2 = c0 + 1; c2 <= p; c2 += 1)
8 S1(c0, (c0 - 1) / 2, c2);
10 for (int c0 = 7; c0 <= m; c0 += 2)
11 for (int c2 = 1; c2 <= p; c2 += 1)
12 S1(c0, (c0 - 1) / 2, c2);