isl_tab_basic_map_partial_lexopt: detect modulos and integer divisions
[isl.git] / test_inputs / codegen / expansion.c
blob87d6702b8b3179332e48efb89b7b19bbb7b4af92
1 for (int c0 = 1; c0 < n - 1; c0 += 2)
2 for (int c1 = c0 - 1; c1 <= c0; c1 += 1)
3 S(c1);
4 if (n >= 1)
5 for (int c1 = n - 2; c1 < n; c1 += 1)
6 if (2 * ((c1 + 2) / 2) >= n)
7 S(c1);