isl_qpolynomial_fold_move_dims: fix moving of input dimensions
commitc33d7d491f2717e12bec5c93b73779f5c662e4ec
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 30 Jan 2017 13:53:44 +0000 (30 14:53 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 20 Feb 2017 09:03:15 +0000 (20 10:03 +0100)
treea8aa513d9b06c53e7e2d4faa753dbeaba6a05159
parent72033d917c5b956ef08f91664009b7112b26440f
isl_qpolynomial_fold_move_dims: fix moving of input dimensions

The space that an isl_qpolynomial_fold keeps track of internally
is that of the domain of the isl_qpolynomial_fold rather than that
of the isl_qpolynomial_fold itself.
The types therefore need to be mapped before they can be used
on that space.

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