1*5971e316Smrg# Check that the generated code does not contain a loop upper bound 2*5971e316Smrg# that depends on the loop iterator. 3*5971e316Smrgdomain: "[d, w] -> { A[i0] : i0 >= 0 and ((d < 0 and 2*floor((1 + d)/2) < w - i0) or (d >= 0 and 2*floor((d)/2) < w - i0)); B[i0] : i0 >= 0 and d < 0 and 2*floor((d)/2) > 2d - w + i0 }" 4*5971e316Smrgchild: 5*5971e316Smrg schedule: "[d, w] -> [{ A[i0] -> [(i0)]; B[i0] -> [(i0)] }]" 6*5971e316Smrg child: 7*5971e316Smrg sequence: 8*5971e316Smrg - filter: "{ A[x] }" 9*5971e316Smrg - filter: "{ B[x] }" 10