Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
isl-0.15
/
test_inputs
/
codegen
/
unroll.in
blob: 65561e2b8de28b0620924f5237ea47694df9738e [
file
] [
log
] [
blame
]
# Test that unrolling takes into account stride constraints.
# If it didn't, it would run essentially forever on this example.
[
n
]
->
{
A
[
i
]
->
[
i
]
:
exists a
:
i
=
100000000
a
and
0
<=
a
<=
2
}
{:}
{
[
i
]
->
unroll
[
0
]
}