isl_multi_pw_aff_pullback_multi_pw_aff: use isl_pw_aff_pullback_multi_pw_aff
commitaa6fae0ee09ab5f67e34cb18851ccb23f6aaa5c8
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 28 Dec 2013 09:08:59 +0000 (28 10:08 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 10 Feb 2014 12:47:08 +0000 (10 13:47 +0100)
tree3f41724454b56337176e7fe9261bc56519160d69
parent89b4430402544a90960b7751c99c18b1cfa7c2d8
isl_multi_pw_aff_pullback_multi_pw_aff: use isl_pw_aff_pullback_multi_pw_aff

We call isl_pw_aff_pullback_multi_pw_aff instead of converting
the isl_multi_pw_aff to an isl_pw_multi_aff and calling
isl_multi_pw_aff_pullback_pw_multi_aff in order to avoid splitting
along the pieces of the constituent isl_pw_affs as much as possible.

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