isl_pw_multi_aff_from_map: delay computation of floor
commit853fd2d13721d0fd42d1d50c570a44caea589abf
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 28 Mar 2014 14:44:18 +0000 (28 15:44 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 30 Mar 2014 10:18:29 +0000 (30 12:18 +0200)
treea3014bad1fb68e0eddcd3a6722b5ecae5136e81a
parentdb6804ef5d6192f37882308001e441599d7acb6b
isl_pw_multi_aff_from_map: delay computation of floor

We want to reuse extract_isl_multi_aff_from_basic_map in a context
where the floor should not be applied.  We therefore lift the floor
computation out of this function.

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