isl_union_map_compute_flow: exploit fixed dimensions in the schedule
commit24595b4dc0133dacaabcd5e13bbc03f5363bc4ca
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 15 Dec 2010 14:44:33 +0000 (15 15:44 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 15 Dec 2010 15:52:53 +0000 (15 16:52 +0100)
tree90c37e14c23f07e83380dcbab5818a9a04f62dcc
parent79f1b167de206b643bc1b6ce46d7bd2bb303f427
isl_union_map_compute_flow: exploit fixed dimensions in the schedule

isl_access_info_compute_flow tries to optimize the order in which
potential sources are considered, but before this patch, we wouldn't
give it any useful information, so the order ended up being fairly
arbitrary.

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