xref: /netbsd-src/external/mit/isl/dist/test_inputs/codegen/empty.in (revision 5971e316fdea024efff6be8f03536623db06833e)
1*5971e316Smrg# Earlier versions of isl would end up with an empty partial
2*5971e316Smrg# executed relation and fail to detect this emptiness.
3*5971e316Smrg[M] -> { S0[i] -> [i, -M] : 0 <= i <= 10; S1[i] -> [i, 0] : 0 <= i <= 10; S2[] -> [5, 0] }
4*5971e316Smrg[M] -> {  : M >= 1 }
5*5971e316Smrg{ }
6