Files
clang-p2996/polly/lib/External/isl/test_inputs/codegen/disjuncts2.st
Tobias Grosser 932ec01328 isl: isl-0.17.1-164-gcbba1b6
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
2016-07-06 09:11:00 +00:00

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)] }]"