isl_band_tile: use isl_union_pw_multi_aff_scale_multi_val
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Jun 2013 08:33:17 +0000 (10:33 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Jun 2013 10:22:30 +0000 (12:22 +0200)
commitf3a1006069d7ab5b395c63014e17eb1b92c12607
tree38915e901bd452140f1360e2ca86eff3bc2fd9f5
parent64b09f1d4d4d62c38b97df9e82156a42e544a8c2
isl_band_tile: use isl_union_pw_multi_aff_scale_multi_val

We want to remove isl_union_pw_multi_aff_scale_vec, so we have
to use isl_union_pw_multi_aff_scale_multi_val instead.
This means we have to convert the input isl_vec to an isl_multi_val.
We probably want to change the argument of isl_band_tile from
an isl_vec to an isl_multi_val, but this would break compatibility.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_band.c