isl_scheduler.c: update_schedule: drop support for transformed coefficients
commit019919b385a78a7332daf1e8b550cceb77d67b32
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 8 May 2017 15:01:32 +0000 (8 17:01 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 25 May 2017 14:13:31 +0000 (25 16:13 +0200)
tree41ca424be70c3a72ea1536bbf309836ebe27db64
parent0d3d3ddd0ab714823e6e98ffecb875ca700a470b
isl_scheduler.c: update_schedule: drop support for transformed coefficients

Before the previous commit, the Pluto-like ILP problem would use
transformed schedule coefficients, while the Feautrier LP problem
would use the original schedule coefficients.  The extraction in
update_schedule therefore had to support both cases.
Now that the Pluto-like ILP problem also uses the original
schedule coefficients, update_schedule no longer needs to support
transformed schedule coefficients.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_scheduler.c