isl_scheduler.c: construct_trivial: construct region over all node coefficients
commit689db170488cb425c55a954ca532631a358a14b1
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 3 May 2017 11:12:00 +0000 (3 13:12 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 25 May 2017 14:13:31 +0000 (25 16:13 +0200)
treea3e58e31bfeab46bc6d110b89f1fb055acacf560
parent83fb8c8888187716751e065fb0231ccfc4847b49
isl_scheduler.c: construct_trivial: construct region over all node coefficients

Each non-triviality region was only defined over the LP variables
corresponding to the last schedule coefficients.
In an upcoming commit, the order of the coefficients will be changed
such that the triviality directions no longer correspond to
the last variables.
Define each non-triviality region over all variables
corresponding to the schedule coefficients of a node.
This will make it easier to handle different relations
between the coefficients and the triviality directions.

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