isl_basic_map_normalize: avoid invalid access on error
[isl.git] / test_inputs / product.pwqp
blobee48b859ee3a4afb5904cdd9d7e6f69452cbecd1
1 [N] -> { [i0, i1, i2] -> (i0^3 * i1^2 + N * i1 * i2) : i0 >= 0 and i0 <= N and i1 >= 0 and i1 <= N and i2 >= 0 and i2 <= N }