projects
/
platform
/
upstream
/
isl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30b739
)
isl_basic_map_apply_{domain,range}: drop redundant divs in result
author
Sven Verdoolaege
<skimo@kotnet.org>
Fri, 14 Aug 2009 11:37:31 +0000
(13:37 +0200)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Fri, 28 Aug 2009 17:42:19 +0000
(19:42 +0200)
isl_map.c
patch
|
blob
|
history
diff --git
a/isl_map.c
b/isl_map.c
index
210327e
..
2b17f91
100644
(file)
--- a/
isl_map.c
+++ b/
isl_map.c
@@
-1939,6
+1939,7
@@
struct isl_basic_map *isl_basic_map_apply_range(
bmap = add_constraints_dim_map(bmap, bmap2, dim_map2);
bmap = add_divs(bmap, n);
bmap = isl_basic_map_simplify(bmap);
+ bmap = isl_basic_map_drop_redundant_divs(bmap);
return isl_basic_map_finalize(bmap);
error:
isl_basic_map_free(bmap1);