xref: /netbsd-src/external/mit/isl/dist/test_inputs/codegen/disjuncts.in (revision f8cf1a9151c7af1cb0bd8b09c13c66bca599c027)
1# Check that conditions are hoisted up from the innermost loop
2[n] -> { a[i,j,k,l] -> [i,j,0,k,l] :
3	    0 <= i,j,k,l <= n and (i = 0 or j = 0 or i = n or j = n);
4	 b[i,j,k,l] -> [i,j,1,k,l] :
5	    0 <= i,j,k,l <= n and (i = 0 or j = 0 or i = n or j = n) }
6{ : }
7{ [i,j,t,k,l] -> atomic[x] }
8