isl_ast_build_ast_from_schedule: avoid introducing iterator in hoisted condition
[platform/upstream/isl.git] / test_inputs / codegen / mod.in
1 # check that modulo constraint is generated correctly
2 [n, m] -> { A[] -> [] : 2 * (n % 100) = 3 * (m % 200) }
3 [n, m] -> { : m, n >= 0 }
4 {}