This is a regular maintenance update to ensure the latest version of isl is tested. Interesting Changes: - AST nodes and expressions are now printed as YAML llvm-svn: 274614
5 lines
205 B
Smalltalk
5 lines
205 B
Smalltalk
# Check that the loop is generated only once with an outer disjunctive condition
|
|
domain: "[N, Q, P] -> { S[i0] : 0 <= i0 < N and (P > Q or P < Q) }"
|
|
child:
|
|
schedule: "[N, Q, P] -> [{ S[i0] -> [(i0)] }]"
|