xref: /netbsd-src/external/mit/isl/dist/test_inputs/codegen/atomic4.in (revision 4439cfd0acf9c7dc90625e5cd83b2317a9ab8967)
1# Check that isl is not confused by inconsistent separate and atomic options.
2{ sync[] -> [i, 0] : 0 <= i <= 64 }
3{ : }
4{ [i, 0] -> separate[1] : 1 <= i <= 62; [i, 0] -> atomic[1] : i <= 10 or i >= 20 }
5