isl_coalesce.c: expand_tab: pass in expanded bmap instead of original bmap
commita18b709add59228488d2215ba3e98638377b51de
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 5 Oct 2016 13:38:17 +0000 (5 15:38 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 19 Dec 2016 09:05:20 +0000 (19 10:05 +0100)
tree547491b4e23045bfe63e9538d396a658d82393b0
parent600bdd8439f29315a5257b72a2d0dffd22557aec
isl_coalesce.c: expand_tab: pass in expanded bmap instead of original bmap

That is, keep the original basic map in info->bmap and pass along
the modified basic map instead of modifying info->bmap first and
then passing along the original version of info->bmap.
This makes expand_tab expand both bmap and tab fields together,
maintaining consistency within the function.

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