xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/atomic3.in (revision 52a25237d894fd5736a90f11df2c5c9391d13fd5)
1*52a25237STobias Grosser# Check that isl is not confused by inconsistent
2*52a25237STobias Grosser# separation_class and atomic options.
3*52a25237STobias Grosser{ sync[] -> [i, 0] : 0 <= i <= 64 }
4*52a25237STobias Grosser{ : }
5*52a25237STobias Grosser{ [i, 0] -> separation_class[[1] -> [0]] : 1 <= i <= 62; [i, 0] -> atomic[1]}
6