Sign in
llvm
/
polly
/
ff917a890f8a53df57991a771b4f1a0bd5da3f21
/
.
/
final
/
lib
/
External
/
isl
/
test_inputs
/
codegen
/
atomic3.in
blob: 4d0c4953107d29200a9ab39cce6d369f63718171 [
file
] [
log
] [
blame
]
# Check that isl is not confused by inconsistent
# separation_class and atomic options.
{
sync
[]
->
[
i
,
0
]
:
0
<=
i
<=
64
}
{
:
}
{
[
i
,
0
]
->
separation_class
[[
1
]
->
[
0
]]
:
1
<=
i
<=
62
;
[
i
,
0
]
->
atomic
[
1
]}