pet_scop_filter_skip: avoid recomputation of test expression
commit2fc18c6949eab57d311827ef1f349a90ed52593b
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 3 Jan 2014 09:11:08 +0000 (3 10:11 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 19 Mar 2014 09:54:07 +0000 (19 10:54 +0100)
tree3364aa9ed563101b9914127ce1c091b6d602e75a
parent5f7cf7f8691416afcdd4cad5b73e0f31e8763b55
pet_scop_filter_skip: avoid recomputation of test expression

Commit 40ba1a0 (use an isl_multi_pw_aff to represent a skip condition,
Mon Jun 17 21:53:13 2013 +0200), changed pet_scop_filter_skip
to construct an isl_multi_pw_aff from an isl_map representation of
the skip condition.  Since commit dbee8c4 (keep track of index expressions,
Mon Jun 17 14:26:28 2013 +0200) the condition is passed
as an isl_multi_pw_aff to pet_scop_filter_skip, so there is no longer
any need for a conversion.

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