Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
isl-0.15
/
test_inputs
/
codegen
/
atomic4.in
blob: c5dab102c6a022dc7eee130f5720318df485a489 [
file
] [
log
] [
blame
]
# Check that isl is not confused by inconsistent separate and atomic options.
{
sync
[]
->
[
i
,
0
]
:
0
<=
i
<=
64
}
{
:
}
{
[
i
,
0
]
->
separate
[
1
]
:
1
<=
i
<=
62
;
[
i
,
0
]
->
atomic
[
1
]
:
i
<=
10
or
i
>=
20
}