replace isl_union_map_compute_flow by isl_union_access_info_compute_flow
commit6092abe194dbec6a5f4ba985ecaaea211672679a
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 8 Jan 2014 10:41:16 +0000 (8 11:41 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 19 Feb 2015 15:05:31 +0000 (19 16:05 +0100)
tree964622807841c62e74949b95f2c8d5a3a672754a
parent304402dee4d45638c092baf9a86554f319dd1079
replace isl_union_map_compute_flow by isl_union_access_info_compute_flow

The original interface was error-prone and unextendable.
In particular, the user could easily confuse the different input
and output arguments and the number of inputs and output was fixed.
The most pressing need for allowing other inputs is that we want
the user to be able to pass a schedule tree instead of a schedule map,
without also forcing the user to switch to schedule trees.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/flow.h
isl_flow.c