xref: /netbsd-src/external/mit/isl/dist/test_inputs/codegen/disjuncts2.st (revision 5971e316fdea024efff6be8f03536623db06833e)
1# Check that the loop is generated only once with an outer disjunctive condition
2domain: "[N, Q, P] -> { S[i0] : 0 <= i0 < N and (P > Q or P < Q) }"
3child:
4  schedule: "[N, Q, P] -> [{ S[i0] -> [(i0)] }]"
5