add isl_set_lower_bound_val and isl_set_upper_bound_val
[platform/upstream/isl.git] / test_inputs / codegen / atomic.in
1 { a[i] -> [i] : 0 <= i < 10; b[i] -> [i+1] : 0 <= i < 10 }
2 { : }
3 { [i] -> atomic[x] }