Skip to content

Commit

Permalink
Merge porter:src/islpy
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 25, 2017
2 parents 5cf1d59 + ab99756 commit 8c952e8
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 205 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,3 +1,3 @@
[submodule "isl"]
path = isl
url = https://github.com/inducer/isl.git
url = http://repo.or.cz/isl.git
1 change: 1 addition & 0 deletions gen_wrap.py
Expand Up @@ -768,6 +768,7 @@ def parse_decl(self, decl):
"ISL_DECLARE_LIST_FN",
"isl_ast_op_type_print_macro",
"ISL_DECLARE_MULTI",
"ISL_DECLARE_MULTI_CMP",
"ISL_DECLARE_MULTI_NEG",
"ISL_DECLARE_MULTI_DIMS",
"ISL_DECLARE_MULTI_WITH_DOMAIN",
Expand Down
2 changes: 1 addition & 1 deletion isl
Submodule isl updated from ec49f2 to ef9b96
2 changes: 2 additions & 0 deletions isl_declaration_macros.h
Expand Up @@ -31,3 +31,5 @@ ISL_DECLARE_MULTI(aff)
ISL_DECLARE_MULTI(pw_aff)
ISL_DECLARE_MULTI(val)
ISL_DECLARE_MULTI(union_pw_aff)

ISL_DECLARE_MULTI_CMP(aff)

0 comments on commit 8c952e8

Please sign in to comment.