isl_scheduler.c: collect_intra_validity: drop parameters
commit8cc6ddd9a6bb3451c6bf745c601aa6b082c31dfe
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Feb 2017 13:22:27 +0000 (23 14:22 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 7 Jun 2017 12:16:01 +0000 (7 14:16 +0200)
tree25a3a83e425ff26ada2775b3f416cb43f1afedb4
parentf490328c85fdd56d0dc112ac1b38439bef7d20b4
isl_scheduler.c: collect_intra_validity: drop parameters

In the next commit, the isl scheduler will remove some constraints
on the schedule coefficients that could be exploited for constructing
loop coalescing schedules.  This removal is most effective if
there are no parameter coefficients.
Remove the parameters in collect_intra_validity.

Note that collect_intra_validity does not need
parameter coefficients since it would plug in zero for them anyway.

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