Skip to content

Commit fa8079d

Browse files
committedFeb 20, 2018
Update isl to isl-0.18-1047-g4a20ef8
This update: - Removes several deprecated functions (e.g., isl_band). - Improves the pretty-printing of sets by detecting modulos and "false" equalities. - Minor improvements to coalescing and increased robustness of the isl scheduler. This update does not yet include isl commit isl-0.18-90-gd00cb45 (isl_pw_*_alloc: add missing check for compatible spaces, Wed Sep 6 12:18:04 2017 +0200), as this additional check is too tight and unfortunately causes two test case failures in Polly. A patch has been submitted to isl and will be included in the next isl update for Polly. llvm-svn: 325557
1 parent 85476dc commit fa8079d

File tree

170 files changed

+4116
-5446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+4116
-5446
lines changed
 

‎polly/lib/External/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ if (POLLY_BUNDLED_ISL)
186186
isl/isl_ast.c
187187
isl/isl_ast_codegen.c
188188
isl/isl_ast_graft.c
189-
isl/isl_band.c
190189
isl/isl_bernstein.c
191190
isl/isl_blk.c
192191
isl/isl_bound.c
@@ -242,6 +241,7 @@ if (POLLY_BUNDLED_ISL)
242241
isl/isl_set_list.c
243242
isl/isl_sort.c
244243
isl/isl_space.c
244+
isl/isl_stride.c
245245
isl/isl_stream.c
246246
isl/isl_tab.c
247247
isl/isl_tab_pip.c

‎polly/lib/External/isl/GIT_HEAD_ID

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
isl-0.18-812-g565da6e
1+
isl-0.18-1047-g4a20ef8

0 commit comments

Comments
 (0)
Please sign in to comment.