xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/unroll2.in (revision 52a25237d894fd5736a90f11df2c5c9391d13fd5)
1*52a25237STobias Grosser# Check that the different disjuncts in the unroll option
2*52a25237STobias Grosser# are handled separately.
3*52a25237STobias Grosser{ A[i] -> [i] : 0 <= i < 100000 }
4*52a25237STobias Grosser{ : }
5*52a25237STobias Grosser{ [i] -> unroll[0] : i < 4 or i > 99996 }
6