Blame isl-0.14/test_inputs/codegen/stride7.in

Packit fb9d21
# Check that no redundant guards are introduced
Packit fb9d21
{ s4[a, b] -> [a, 2, b] : exists (e0 = floor((-2 + a)/64):
Packit fb9d21
    64e0 = -2 + a and a <= 200 and b <= 62 + a and b >= 122);
Packit fb9d21
  s2[a, b] -> [a, 2, b] : exists (e0 = floor((-2 + a)/64):
Packit fb9d21
    64e0 = -2 + a and a >= 2 and b <= 120 and b >= -1 + a and a <= 100) }
Packit fb9d21
{ : }
Packit fb9d21
{ }