islpy 2025.2__tar.gz → 2025.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1476) hide show
  1. {islpy-2025.2 → islpy-2025.2.2}/CMakeLists.txt +22 -15
  2. {islpy-2025.2 → islpy-2025.2.2}/PKG-INFO +1 -1
  3. {islpy-2025.2 → islpy-2025.2.2}/doc/misc.rst +3 -2
  4. {islpy-2025.2 → islpy-2025.2.2}/examples/demo.py +10 -13
  5. {islpy-2025.2 → islpy-2025.2.2}/gen_wrap.py +17 -7
  6. {islpy-2025.2 → islpy-2025.2.2}/islpy/__init__.py +18 -28
  7. {islpy-2025.2 → islpy-2025.2.2}/islpy/_monkeypatch.py +84 -0
  8. {islpy-2025.2 → islpy-2025.2.2}/pyproject.toml +2 -2
  9. {islpy-2025.2 → islpy-2025.2.2}/src/wrapper/wrap_isl.hpp +6 -0
  10. {islpy-2025.2 → islpy-2025.2.2}/src/wrapper/wrap_isl_part1.cpp +7 -6
  11. islpy-2025.2.2/src/wrapper/wrap_isl_part2.cpp +50 -0
  12. {islpy-2025.2 → islpy-2025.2.2}/stubgen/stubgen.py +3 -0
  13. {islpy-2025.2 → islpy-2025.2.2}/test/test_isl.py +7 -5
  14. islpy-2025.2/src/wrapper/wrap_isl_part2.cpp +0 -36
  15. {islpy-2025.2 → islpy-2025.2.2}/.basedpyright/baseline.json +0 -0
  16. {islpy-2025.2 → islpy-2025.2.2}/.editorconfig +0 -0
  17. {islpy-2025.2 → islpy-2025.2.2}/.gitignore +0 -0
  18. {islpy-2025.2 → islpy-2025.2.2}/.gitlab-ci.yml +0 -0
  19. {islpy-2025.2 → islpy-2025.2.2}/.gitmodules +0 -0
  20. {islpy-2025.2 → islpy-2025.2.2}/CITATION.cff +0 -0
  21. {islpy-2025.2 → islpy-2025.2.2}/README.rst +0 -0
  22. {islpy-2025.2 → islpy-2025.2.2}/build-with-barvinok.sh +0 -0
  23. {islpy-2025.2 → islpy-2025.2.2}/doc/.gitignore +0 -0
  24. {islpy-2025.2 → islpy-2025.2.2}/doc/Makefile +0 -0
  25. {islpy-2025.2 → islpy-2025.2.2}/doc/conf.py +0 -0
  26. {islpy-2025.2 → islpy-2025.2.2}/doc/images/after-union.png +0 -0
  27. {islpy-2025.2 → islpy-2025.2.2}/doc/images/before-union.png +0 -0
  28. {islpy-2025.2 → islpy-2025.2.2}/doc/index.rst +0 -0
  29. {islpy-2025.2 → islpy-2025.2.2}/doc/ref_ast.rst +0 -0
  30. {islpy-2025.2 → islpy-2025.2.2}/doc/ref_containers.rst +0 -0
  31. {islpy-2025.2 → islpy-2025.2.2}/doc/ref_expr.rst +0 -0
  32. {islpy-2025.2 → islpy-2025.2.2}/doc/ref_flow.rst +0 -0
  33. {islpy-2025.2 → islpy-2025.2.2}/doc/ref_fundamental.rst +0 -0
  34. {islpy-2025.2 → islpy-2025.2.2}/doc/ref_geo.rst +0 -0
  35. {islpy-2025.2 → islpy-2025.2.2}/doc/ref_schedule.rst +0 -0
  36. {islpy-2025.2 → islpy-2025.2.2}/doc/ref_set.rst +0 -0
  37. {islpy-2025.2 → islpy-2025.2.2}/doc/reference.rst +0 -0
  38. {islpy-2025.2 → islpy-2025.2.2}/doc/upload-docs.sh +0 -0
  39. {islpy-2025.2 → islpy-2025.2.2}/examples/.gitignore +0 -0
  40. {islpy-2025.2 → islpy-2025.2.2}/isl/.gitignore +0 -0
  41. {islpy-2025.2 → islpy-2025.2.2}/isl/.gitmodules +0 -0
  42. {islpy-2025.2 → islpy-2025.2.2}/isl/AUTHORS +0 -0
  43. {islpy-2025.2 → islpy-2025.2.2}/isl/ChangeLog +0 -0
  44. {islpy-2025.2 → islpy-2025.2.2}/isl/LICENSE +0 -0
  45. {islpy-2025.2 → islpy-2025.2.2}/isl/Makefile.am +0 -0
  46. {islpy-2025.2 → islpy-2025.2.2}/isl/README +0 -0
  47. {islpy-2025.2 → islpy-2025.2.2}/isl/all.h +0 -0
  48. {islpy-2025.2 → islpy-2025.2.2}/isl/autogen.sh +0 -0
  49. {islpy-2025.2 → islpy-2025.2.2}/isl/basis_reduction_tab.c +0 -0
  50. {islpy-2025.2 → islpy-2025.2.2}/isl/basis_reduction_templ.c +0 -0
  51. {islpy-2025.2 → islpy-2025.2.2}/isl/bound.c +0 -0
  52. {islpy-2025.2 → islpy-2025.2.2}/isl/bound_test.sh.in +0 -0
  53. {islpy-2025.2 → islpy-2025.2.2}/isl/bset_from_bmap.c +0 -0
  54. {islpy-2025.2 → islpy-2025.2.2}/isl/bset_to_bmap.c +0 -0
  55. {islpy-2025.2 → islpy-2025.2.2}/isl/cat.c +0 -0
  56. {islpy-2025.2 → islpy-2025.2.2}/isl/check_parse_fail_test_templ.c +0 -0
  57. {islpy-2025.2 → islpy-2025.2.2}/isl/check_reparse_templ.c +0 -0
  58. {islpy-2025.2 → islpy-2025.2.2}/isl/check_reparse_test_templ.c +0 -0
  59. {islpy-2025.2 → islpy-2025.2.2}/isl/check_single_reference_templ.c +0 -0
  60. {islpy-2025.2 → islpy-2025.2.2}/isl/check_type_range_templ.c +0 -0
  61. {islpy-2025.2 → islpy-2025.2.2}/isl/closure.c +0 -0
  62. {islpy-2025.2 → islpy-2025.2.2}/isl/codegen.c +0 -0
  63. {islpy-2025.2 → islpy-2025.2.2}/isl/codegen_test.sh.in +0 -0
  64. {islpy-2025.2 → islpy-2025.2.2}/isl/configure.ac +0 -0
  65. {islpy-2025.2 → islpy-2025.2.2}/isl/cp_if_different.sh +0 -0
  66. {islpy-2025.2 → islpy-2025.2.2}/isl/cpp/cpp-checked-conversion.h.bot +0 -0
  67. {islpy-2025.2 → islpy-2025.2.2}/isl/cpp/cpp-checked-conversion.h.top +0 -0
  68. {islpy-2025.2 → islpy-2025.2.2}/isl/cpp/cpp-checked.h.bot +0 -0
  69. {islpy-2025.2 → islpy-2025.2.2}/isl/cpp/cpp-checked.h.top +0 -0
  70. {islpy-2025.2 → islpy-2025.2.2}/isl/cpp/cpp.h.bot +0 -0
  71. {islpy-2025.2 → islpy-2025.2.2}/isl/cpp/cpp.h.top +0 -0
  72. {islpy-2025.2 → islpy-2025.2.2}/isl/cpp/typed_cpp.h.bot +0 -0
  73. {islpy-2025.2 → islpy-2025.2.2}/isl/cpp/typed_cpp.h.top +0 -0
  74. {islpy-2025.2 → islpy-2025.2.2}/isl/dep.c +0 -0
  75. {islpy-2025.2 → islpy-2025.2.2}/isl/doc/CodingStyle +0 -0
  76. {islpy-2025.2 → islpy-2025.2.2}/isl/doc/Makefile.am +0 -0
  77. {islpy-2025.2 → islpy-2025.2.2}/isl/doc/SubmittingPatches +0 -0
  78. {islpy-2025.2 → islpy-2025.2.2}/isl/doc/implementation.tex +0 -0
  79. {islpy-2025.2 → islpy-2025.2.2}/isl/doc/interface +0 -0
  80. {islpy-2025.2 → islpy-2025.2.2}/isl/doc/isl.bib +0 -0
  81. {islpy-2025.2 → islpy-2025.2.2}/isl/doc/manual.tex +0 -0
  82. {islpy-2025.2 → islpy-2025.2.2}/isl/doc/mypod2latex +0 -0
  83. {islpy-2025.2 → islpy-2025.2.2}/isl/doc/reading.tex +0 -0
  84. {islpy-2025.2 → islpy-2025.2.2}/isl/doc/user.pod +0 -0
  85. {islpy-2025.2 → islpy-2025.2.2}/isl/extract_key.c +0 -0
  86. {islpy-2025.2 → islpy-2025.2.2}/isl/flow.c +0 -0
  87. {islpy-2025.2 → islpy-2025.2.2}/isl/flow_cmp.c +0 -0
  88. {islpy-2025.2 → islpy-2025.2.2}/isl/flow_test.sh.in +0 -0
  89. {islpy-2025.2 → islpy-2025.2.2}/isl/has_single_reference_templ.c +0 -0
  90. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/.dockerignore +0 -0
  91. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/.gitattributes +0 -0
  92. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/.travis.yml +0 -0
  93. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/ChangeLog +0 -0
  94. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/LICENSE +0 -0
  95. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/README.md +0 -0
  96. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/contrib/Makefile.msvc +0 -0
  97. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/contrib/README +0 -0
  98. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/doc.md +0 -0
  99. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/doc.md.in +0 -0
  100. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/examples/basecvt.c +0 -0
  101. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/examples/findprime.c +0 -0
  102. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/examples/imcalc.c +0 -0
  103. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/examples/input.c +0 -0
  104. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/examples/pi.c +0 -0
  105. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/examples/randprime.c +0 -0
  106. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/examples/rounding.c +0 -0
  107. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/examples/rsakey.c +0 -0
  108. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/gmp_compat.c +0 -0
  109. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/gmp_compat.h +0 -0
  110. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/imath.c +0 -0
  111. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/imath.h +0 -0
  112. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/imdrover.c +0 -0
  113. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/imdrover.h +0 -0
  114. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/imrat.c +0 -0
  115. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/imrat.h +0 -0
  116. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/imtest.c +0 -0
  117. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/imtimer.c +0 -0
  118. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/iprime.c +0 -0
  119. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/iprime.h +0 -0
  120. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/rsamath.c +0 -0
  121. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/rsamath.h +0 -0
  122. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/add.tc +0 -0
  123. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/bigmul.tc +0 -0
  124. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/bigsqr.tc +0 -0
  125. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/bintest.c +0 -0
  126. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/bug-swap.c +0 -0
  127. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/compare.tc +0 -0
  128. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/conv.tc +0 -0
  129. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/div.tc +0 -0
  130. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/egcd.tc +0 -0
  131. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/emod.tc +0 -0
  132. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/emodv.tc +0 -0
  133. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/expt.tc +0 -0
  134. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/gcd.tc +0 -0
  135. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/imath-test.scm +0 -0
  136. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/init.tc +0 -0
  137. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/invmod.tc +0 -0
  138. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/isprime.tc +0 -0
  139. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/lcm.tc +0 -0
  140. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/linux/Dockerfile +0 -0
  141. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/mod.tc +0 -0
  142. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/mul.tc +0 -0
  143. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/neg.tc +0 -0
  144. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/pi1024.txt +0 -0
  145. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/pi1500-10.txt +0 -0
  146. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/pi1698-16.txt +0 -0
  147. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/qadd.tc +0 -0
  148. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/qaddz.tc +0 -0
  149. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/qdiv.tc +0 -0
  150. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/qdivz.tc +0 -0
  151. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/qmisc.tc +0 -0
  152. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/qmul.tc +0 -0
  153. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/qmulz.tc +0 -0
  154. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/qsub.tc +0 -0
  155. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/qsubz.tc +0 -0
  156. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/qtodec.tc +0 -0
  157. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/root.tc +0 -0
  158. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/rtest.c +0 -0
  159. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/set.tc +0 -0
  160. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/sqr.tc +0 -0
  161. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/sub.tc +0 -0
  162. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/test.bc +0 -0
  163. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tests/test.sh +0 -0
  164. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tools/findthreshold.py +0 -0
  165. {islpy-2025.2 → islpy-2025.2.2}/isl/imath/tools/mkdoc.py +0 -0
  166. {islpy-2025.2 → islpy-2025.2.2}/isl/imath_wrap/gmp_compat.c +0 -0
  167. {islpy-2025.2 → islpy-2025.2.2}/isl/imath_wrap/gmp_compat.h +0 -0
  168. {islpy-2025.2 → islpy-2025.2.2}/isl/imath_wrap/imath.c +0 -0
  169. {islpy-2025.2 → islpy-2025.2.2}/isl/imath_wrap/imath.h +0 -0
  170. {islpy-2025.2 → islpy-2025.2.2}/isl/imath_wrap/imrat.c +0 -0
  171. {islpy-2025.2 → islpy-2025.2.2}/isl/imath_wrap/imrat.h +0 -0
  172. {islpy-2025.2 → islpy-2025.2.2}/isl/imath_wrap/wrap.h +0 -0
  173. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/aff.h +0 -0
  174. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/aff_type.h +0 -0
  175. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/arg.h +0 -0
  176. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/ast.h +0 -0
  177. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/ast_build.h +0 -0
  178. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/ast_type.h +0 -0
  179. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/constraint.h +0 -0
  180. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/cpp-checked-conversion.h +0 -0
  181. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/cpp-checked.h +0 -0
  182. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/cpp.h +0 -0
  183. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/ctx.h +0 -0
  184. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/fixed_box.h +0 -0
  185. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/flow.h +0 -0
  186. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/hash.h +0 -0
  187. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/hmap.h +0 -0
  188. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/hmap_templ.c +0 -0
  189. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/id.h +0 -0
  190. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/id_to_ast_expr.h +0 -0
  191. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/id_to_id.h +0 -0
  192. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/id_to_pw_aff.h +0 -0
  193. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/id_type.h +0 -0
  194. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/ilp.h +0 -0
  195. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/list.h +0 -0
  196. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/local_space.h +0 -0
  197. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/lp.h +0 -0
  198. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/map.h +0 -0
  199. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/map_to_basic_set.h +0 -0
  200. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/map_type.h +0 -0
  201. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/mat.h +0 -0
  202. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/maybe.h +0 -0
  203. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/maybe_ast_expr.h +0 -0
  204. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/maybe_basic_set.h +0 -0
  205. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/maybe_id.h +0 -0
  206. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/maybe_pw_aff.h +0 -0
  207. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/maybe_templ.h +0 -0
  208. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/multi.h +0 -0
  209. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/obj.h +0 -0
  210. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/options.h +0 -0
  211. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/point.h +0 -0
  212. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/polynomial.h +0 -0
  213. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/polynomial_type.h +0 -0
  214. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/printer.h +0 -0
  215. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/printer_type.h +0 -0
  216. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/schedule.h +0 -0
  217. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/schedule_node.h +0 -0
  218. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/schedule_type.h +0 -0
  219. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/set.h +0 -0
  220. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/set_type.h +0 -0
  221. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/space.h +0 -0
  222. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/space_type.h +0 -0
  223. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/stream.h +0 -0
  224. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/stride_info.h +0 -0
  225. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/typed_cpp.h +0 -0
  226. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/union_map.h +0 -0
  227. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/union_map_type.h +0 -0
  228. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/union_set.h +0 -0
  229. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/union_set_type.h +0 -0
  230. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/val.h +0 -0
  231. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/val_gmp.h +0 -0
  232. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/val_type.h +0 -0
  233. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/vec.h +0 -0
  234. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/version.h +0 -0
  235. {islpy-2025.2 → islpy-2025.2.2}/isl/include/isl/vertices.h +0 -0
  236. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/Makefile.am +0 -0
  237. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/configure.ac +0 -0
  238. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/cpp.cc +0 -0
  239. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/cpp.h +0 -0
  240. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/cpp_conversion.cc +0 -0
  241. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/cpp_conversion.h +0 -0
  242. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/extract_interface.cc +0 -0
  243. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/extract_interface.h +0 -0
  244. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/generator.cc +0 -0
  245. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/generator.h +0 -0
  246. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/isl.py.core +0 -0
  247. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/plain_cpp.cc +0 -0
  248. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/plain_cpp.h +0 -0
  249. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/python.cc +0 -0
  250. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/python.h +0 -0
  251. {islpy-2025.2 → islpy-2025.2.2}/isl/interface/set_lang_defaults_arg4.h +0 -0
  252. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_aff.c +0 -0
  253. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_aff_lex_templ.c +0 -0
  254. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_aff_map.c +0 -0
  255. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_aff_private.h +0 -0
  256. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_affine_hull.c +0 -0
  257. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_align_params_bin_templ.c +0 -0
  258. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_align_params_templ.c +0 -0
  259. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_arg.c +0 -0
  260. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ast.c +0 -0
  261. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ast_build.c +0 -0
  262. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ast_build_expr.c +0 -0
  263. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ast_build_expr.h +0 -0
  264. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ast_build_private.h +0 -0
  265. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ast_codegen.c +0 -0
  266. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ast_graft.c +0 -0
  267. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ast_graft_private.h +0 -0
  268. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ast_node_set_field_templ.c +0 -0
  269. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ast_private.h +0 -0
  270. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_basis_reduction.h +0 -0
  271. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_bernstein.c +0 -0
  272. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_bernstein.h +0 -0
  273. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_bind_domain_templ.c +0 -0
  274. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_blk.c +0 -0
  275. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_blk.h +0 -0
  276. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_bound.c +0 -0
  277. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_bound.h +0 -0
  278. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_box.c +0 -0
  279. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_check_named_params_templ.c +0 -0
  280. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_coalesce.c +0 -0
  281. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_config_post.h +0 -0
  282. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_constraint.c +0 -0
  283. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_constraint_private.h +0 -0
  284. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_convex_hull.c +0 -0
  285. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_copy_tuple_id_templ.c +0 -0
  286. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ctx.c +0 -0
  287. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ctx_private.h +0 -0
  288. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_deprecated.c +0 -0
  289. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_dim_map.c +0 -0
  290. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_dim_map.h +0 -0
  291. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_domain_factor_templ.c +0 -0
  292. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_drop_unused_params_templ.c +0 -0
  293. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_equalities.c +0 -0
  294. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_equalities.h +0 -0
  295. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_factorization.c +0 -0
  296. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_factorization.h +0 -0
  297. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_farkas.c +0 -0
  298. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ffs.c +0 -0
  299. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_flow.c +0 -0
  300. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_fold.c +0 -0
  301. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_from_range_templ.c +0 -0
  302. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_gmp.c +0 -0
  303. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_hash.c +0 -0
  304. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_hash_private.h +0 -0
  305. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_id.c +0 -0
  306. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_id_private.h +0 -0
  307. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_id_to_ast_expr.c +0 -0
  308. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_id_to_id.c +0 -0
  309. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_id_to_pw_aff.c +0 -0
  310. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ilp.c +0 -0
  311. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ilp_opt_fn_val_templ.c +0 -0
  312. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ilp_opt_multi_val_templ.c +0 -0
  313. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ilp_opt_val_templ.c +0 -0
  314. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_ilp_private.h +0 -0
  315. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_imath.c +0 -0
  316. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_imath.h +0 -0
  317. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_input.c +0 -0
  318. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_insert_domain_templ.c +0 -0
  319. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_int.h +0 -0
  320. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_int_gmp.h +0 -0
  321. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_int_imath.h +0 -0
  322. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_int_sioimath.c +0 -0
  323. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_int_sioimath.h +0 -0
  324. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_list_macro.h +0 -0
  325. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_list_private.h +0 -0
  326. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_list_read_templ.c +0 -0
  327. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_list_read_yaml_templ.c +0 -0
  328. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_list_templ.c +0 -0
  329. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_list_templ.h +0 -0
  330. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_local.c +0 -0
  331. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_local.h +0 -0
  332. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_local_private.h +0 -0
  333. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_local_space.c +0 -0
  334. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_local_space_private.h +0 -0
  335. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_lp.c +0 -0
  336. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_lp_private.h +0 -0
  337. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_map.c +0 -0
  338. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_map_bound_templ.c +0 -0
  339. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_map_lexopt_templ.c +0 -0
  340. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_map_list.c +0 -0
  341. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_map_private.h +0 -0
  342. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_map_simplify.c +0 -0
  343. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_map_subtract.c +0 -0
  344. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_map_to_basic_set.c +0 -0
  345. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_mat.c +0 -0
  346. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_mat_private.h +0 -0
  347. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_maybe_aff.h +0 -0
  348. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_maybe_ast_graft_list.h +0 -0
  349. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_maybe_map.h +0 -0
  350. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_morph.c +0 -0
  351. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_morph.h +0 -0
  352. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_add_constant_templ.c +0 -0
  353. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_align_set.c +0 -0
  354. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_align_union_set.c +0 -0
  355. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_apply_explicit_domain_templ.c +0 -0
  356. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_apply_no_explicit_domain_templ.c +0 -0
  357. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_apply_set_explicit_domain_templ.c +0 -0
  358. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_apply_set_no_explicit_domain_templ.c +0 -0
  359. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_apply_templ.c +0 -0
  360. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_apply_union_set_explicit_domain_templ.c +0 -0
  361. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_arith_templ.c +0 -0
  362. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_bin_val_templ.c +0 -0
  363. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_bind_domain_templ.c +0 -0
  364. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_bind_templ.c +0 -0
  365. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_check_domain_templ.c +0 -0
  366. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_cmp.c +0 -0
  367. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_coalesce.c +0 -0
  368. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_dim_id_templ.c +0 -0
  369. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_dims.c +0 -0
  370. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_domain_reverse_templ.c +0 -0
  371. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_domain_templ.c +0 -0
  372. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_explicit_domain.c +0 -0
  373. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_floor.c +0 -0
  374. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_from_base_templ.c +0 -0
  375. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_from_tuple_templ.c +0 -0
  376. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_gist.c +0 -0
  377. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_hash.c +0 -0
  378. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_identity_templ.c +0 -0
  379. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_insert_domain_templ.c +0 -0
  380. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_intersect.c +0 -0
  381. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_locals_templ.c +0 -0
  382. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_macro.h +0 -0
  383. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_min_max_templ.c +0 -0
  384. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_move_dims_templ.c +0 -0
  385. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_nan_templ.c +0 -0
  386. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_no_domain_templ.c +0 -0
  387. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_no_explicit_domain.c +0 -0
  388. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_param_templ.c +0 -0
  389. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_product_templ.c +0 -0
  390. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_pw_aff_explicit_domain.c +0 -0
  391. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_pw_aff_pullback_templ.c +0 -0
  392. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_read_no_explicit_domain_templ.c +0 -0
  393. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_splice_templ.c +0 -0
  394. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_templ.c +0 -0
  395. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_templ.h +0 -0
  396. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_tuple_id_templ.c +0 -0
  397. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_un_op_templ.c +0 -0
  398. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_unbind_params_templ.c +0 -0
  399. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_union_add_templ.c +0 -0
  400. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_union_pw_aff_explicit_domain.c +0 -0
  401. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_zero_space_templ.c +0 -0
  402. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_multi_zero_templ.c +0 -0
  403. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_obj.c +0 -0
  404. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_opt_mpa_templ.c +0 -0
  405. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_options.c +0 -0
  406. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_options_private.h +0 -0
  407. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_output.c +0 -0
  408. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_output_private.h +0 -0
  409. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_point.c +0 -0
  410. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_point_private.h +0 -0
  411. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_polynomial.c +0 -0
  412. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_polynomial_private.h +0 -0
  413. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_power_templ.c +0 -0
  414. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_printer.c +0 -0
  415. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_printer_private.h +0 -0
  416. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_project_out_all_params_templ.c +0 -0
  417. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_project_out_param_templ.c +0 -0
  418. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_add_constant_multi_val_templ.c +0 -0
  419. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_add_constant_templ.c +0 -0
  420. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_add_constant_val_templ.c +0 -0
  421. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_add_disjoint_templ.c +0 -0
  422. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_bind_domain_templ.c +0 -0
  423. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_domain_reverse_templ.c +0 -0
  424. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_eval.c +0 -0
  425. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_fix_templ.c +0 -0
  426. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_from_range_templ.c +0 -0
  427. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_hash.c +0 -0
  428. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_insert_dims_templ.c +0 -0
  429. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_insert_domain_templ.c +0 -0
  430. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_lift_templ.c +0 -0
  431. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_locals_templ.c +0 -0
  432. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_macro.h +0 -0
  433. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_morph_templ.c +0 -0
  434. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_move_dims_templ.c +0 -0
  435. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_neg_templ.c +0 -0
  436. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_opt_templ.c +0 -0
  437. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_print_templ.c +0 -0
  438. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_pullback_templ.c +0 -0
  439. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_range_tuple_id_templ.c +0 -0
  440. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_scale_templ.c +0 -0
  441. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_split_dims_templ.c +0 -0
  442. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_sub_templ.c +0 -0
  443. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_templ.c +0 -0
  444. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_templ.h +0 -0
  445. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_un_op_templ.c +0 -0
  446. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_pw_union_opt.c +0 -0
  447. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_range.c +0 -0
  448. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_range.h +0 -0
  449. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_read_from_str_templ.c +0 -0
  450. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_reordering.c +0 -0
  451. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_reordering.h +0 -0
  452. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_sample.c +0 -0
  453. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_sample.h +0 -0
  454. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_scan.c +0 -0
  455. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_scan.h +0 -0
  456. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_schedule.c +0 -0
  457. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_schedule_band.c +0 -0
  458. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_schedule_band.h +0 -0
  459. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_schedule_constraints.c +0 -0
  460. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_schedule_constraints.h +0 -0
  461. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_schedule_node.c +0 -0
  462. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_schedule_node_private.h +0 -0
  463. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_schedule_private.h +0 -0
  464. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_schedule_read.c +0 -0
  465. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_schedule_tree.c +0 -0
  466. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_schedule_tree.h +0 -0
  467. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_scheduler.c +0 -0
  468. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_scheduler.h +0 -0
  469. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_scheduler_clustering.c +0 -0
  470. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_scheduler_clustering.h +0 -0
  471. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_scheduler_scc.c +0 -0
  472. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_scheduler_scc.h +0 -0
  473. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_seq.c +0 -0
  474. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_seq.h +0 -0
  475. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_set_list.c +0 -0
  476. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_set_to_ast_graft_list.c +0 -0
  477. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_set_to_ast_graft_list.h +0 -0
  478. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_sort.c +0 -0
  479. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_sort.h +0 -0
  480. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_space.c +0 -0
  481. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_space_private.h +0 -0
  482. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_srcdir.c.in +0 -0
  483. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_stream.c +0 -0
  484. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_stream_private.h +0 -0
  485. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_stream_read_pw_with_params_templ.c +0 -0
  486. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_stream_read_with_params_templ.c +0 -0
  487. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_stride.c +0 -0
  488. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_tab.c +0 -0
  489. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_tab.h +0 -0
  490. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_tab_lexopt_templ.c +0 -0
  491. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_tab_pip.c +0 -0
  492. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_tarjan.c +0 -0
  493. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_tarjan.h +0 -0
  494. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test.c +0 -0
  495. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test2.cc +0 -0
  496. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_cpp-checked-conversion.cc +0 -0
  497. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_cpp-checked.cc +0 -0
  498. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_cpp-generic.cc +0 -0
  499. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_cpp.cc +0 -0
  500. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_cpp17-checked.cc +0 -0
  501. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_cpp17-generic.cc +0 -0
  502. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_cpp17.cc +0 -0
  503. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_cpp_failed.sh +0 -0
  504. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_imath.c +0 -0
  505. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_int.c +0 -0
  506. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_list_templ.c +0 -0
  507. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_plain_equal_templ.c +0 -0
  508. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_test_python.py +0 -0
  509. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_transitive_closure.c +0 -0
  510. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_type_check_equal_space_templ.c +0 -0
  511. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_type_check_match_range_multi_val.c +0 -0
  512. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_type_has_equal_space_bin_templ.c +0 -0
  513. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_type_has_equal_space_templ.c +0 -0
  514. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_type_has_space_templ.c +0 -0
  515. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_unbind_params_templ.c +0 -0
  516. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_domain_reverse_templ.c +0 -0
  517. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_eval.c +0 -0
  518. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_locals_templ.c +0 -0
  519. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_macro.h +0 -0
  520. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_map.c +0 -0
  521. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_map_lex_templ.c +0 -0
  522. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_map_private.h +0 -0
  523. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_multi.c +0 -0
  524. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_neg.c +0 -0
  525. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_print_templ.c +0 -0
  526. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_pw_templ.c +0 -0
  527. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_set_private.h +0 -0
  528. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_single.c +0 -0
  529. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_sub_templ.c +0 -0
  530. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_union_templ.c +0 -0
  531. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_val.c +0 -0
  532. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_val_gmp.c +0 -0
  533. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_val_imath.c +0 -0
  534. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_val_private.h +0 -0
  535. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_val_sioimath.c +0 -0
  536. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_vec.c +0 -0
  537. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_vec_private.h +0 -0
  538. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_version.c +0 -0
  539. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_vertices.c +0 -0
  540. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_vertices_private.h +0 -0
  541. {islpy-2025.2 → islpy-2025.2.2}/isl/isl_yaml.h +0 -0
  542. {islpy-2025.2 → islpy-2025.2.2}/isl/libisl-gdb.py +0 -0
  543. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_c___attribute__.m4 +0 -0
  544. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_cc_maxopt.m4 +0 -0
  545. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_cflags_warn_all.m4 +0 -0
  546. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_check_compile_flag.m4 +0 -0
  547. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_compiler_vendor.m4 +0 -0
  548. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_create_pkgconfig_info.m4 +0 -0
  549. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_create_stdint_h.m4 +0 -0
  550. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_cxx_compile_stdcxx.m4 +0 -0
  551. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_cxx_compile_stdcxx_11.m4 +0 -0
  552. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_cxx_compile_stdcxx_11_no_override.m4 +0 -0
  553. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_cxx_compile_stdcxx_17.m4 +0 -0
  554. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_detect_clang.m4 +0 -0
  555. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_detect_git_head.m4 +0 -0
  556. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_detect_gmp.m4 +0 -0
  557. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_detect_imath.m4 +0 -0
  558. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_gcc_archflag.m4 +0 -0
  559. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_gcc_warn_unused_result.m4 +0 -0
  560. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_gcc_x86_cpuid.m4 +0 -0
  561. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_prog_cc_for_build.m4 +0 -0
  562. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_prog_cxx_for_build.m4 +0 -0
  563. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_set_warning_flags.m4 +0 -0
  564. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/ax_submodule.m4 +0 -0
  565. {islpy-2025.2 → islpy-2025.2.2}/isl/m4/isl_detect_diff_options.m4 +0 -0
  566. {islpy-2025.2 → islpy-2025.2.2}/isl/mp_get_memory_functions.c +0 -0
  567. {islpy-2025.2 → islpy-2025.2.2}/isl/opt_type.h +0 -0
  568. {islpy-2025.2 → islpy-2025.2.2}/isl/pip.c +0 -0
  569. {islpy-2025.2 → islpy-2025.2.2}/isl/pip_test.sh.in +0 -0
  570. {islpy-2025.2 → islpy-2025.2.2}/isl/polyhedron_detect_equalities.c +0 -0
  571. {islpy-2025.2 → islpy-2025.2.2}/isl/polyhedron_minimize.c +0 -0
  572. {islpy-2025.2 → islpy-2025.2.2}/isl/polyhedron_remove_redundant_equalities.c +0 -0
  573. {islpy-2025.2 → islpy-2025.2.2}/isl/polyhedron_sample.c +0 -0
  574. {islpy-2025.2 → islpy-2025.2.2}/isl/polytope_scan.c +0 -0
  575. {islpy-2025.2 → islpy-2025.2.2}/isl/print.c +0 -0
  576. {islpy-2025.2 → islpy-2025.2.2}/isl/print_templ.c +0 -0
  577. {islpy-2025.2 → islpy-2025.2.2}/isl/print_templ_yaml.c +0 -0
  578. {islpy-2025.2 → islpy-2025.2.2}/isl/print_yaml_field_templ.c +0 -0
  579. {islpy-2025.2 → islpy-2025.2.2}/isl/python/isl.py.top +0 -0
  580. {islpy-2025.2 → islpy-2025.2.2}/isl/read_in_string_templ.c +0 -0
  581. {islpy-2025.2 → islpy-2025.2.2}/isl/schedule.c +0 -0
  582. {islpy-2025.2 → islpy-2025.2.2}/isl/schedule_cmp.c +0 -0
  583. {islpy-2025.2 → islpy-2025.2.2}/isl/schedule_test.sh.in +0 -0
  584. {islpy-2025.2 → islpy-2025.2.2}/isl/set_from_map.c +0 -0
  585. {islpy-2025.2 → islpy-2025.2.2}/isl/set_list_from_map_list_inl.c +0 -0
  586. {islpy-2025.2 → islpy-2025.2.2}/isl/set_to_map.c +0 -0
  587. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/affine.polylib +0 -0
  588. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/affine2.polylib +0 -0
  589. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/affine3.polylib +0 -0
  590. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/application.omega +0 -0
  591. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/application2.omega +0 -0
  592. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/basicLinear.pwqp +0 -0
  593. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/basicLinear2.pwqp +0 -0
  594. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/basicTest.pwqp +0 -0
  595. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/basicTestParameterPosNeg.pwqp +0 -0
  596. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/boulet.pip +0 -0
  597. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/brisebarre.pip +0 -0
  598. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/cg1.pip +0 -0
  599. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/atomic.c +0 -0
  600. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/atomic.in +0 -0
  601. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/atomic.st +0 -0
  602. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/atomic2.c +0 -0
  603. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/atomic2.in +0 -0
  604. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/atomic3.c +0 -0
  605. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/atomic3.in +0 -0
  606. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/atomic4.c +0 -0
  607. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/atomic4.in +0 -0
  608. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/bilinear.c +0 -0
  609. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/bilinear.st +0 -0
  610. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cholesky.c +0 -0
  611. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cholesky.st +0 -0
  612. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/0D-1.c +0 -0
  613. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/0D-1.st +0 -0
  614. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/0D-2.c +0 -0
  615. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/0D-2.st +0 -0
  616. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/0D-3.c +0 -0
  617. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/0D-3.st +0 -0
  618. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/1point-1.c +0 -0
  619. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/1point-1.st +0 -0
  620. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/1point-2.c +0 -0
  621. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/1point-2.st +0 -0
  622. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/4-param.c +0 -0
  623. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/4-param.st +0 -0
  624. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/README +0 -0
  625. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/backtrack.c +0 -0
  626. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/backtrack.st +0 -0
  627. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/basic-bounds-1.c +0 -0
  628. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/basic-bounds-1.st +0 -0
  629. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/basic-bounds-2.c +0 -0
  630. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/basic-bounds-2.st +0 -0
  631. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/basic-bounds-3.c +0 -0
  632. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/basic-bounds-3.st +0 -0
  633. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/basic-bounds-4.c +0 -0
  634. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/basic-bounds-4.st +0 -0
  635. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/basic-bounds-5.c +0 -0
  636. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/basic-bounds-5.st +0 -0
  637. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/basic-bounds-6.c +0 -0
  638. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/basic-bounds-6.st +0 -0
  639. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/block.c +0 -0
  640. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/block.st +0 -0
  641. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/block2.c +0 -0
  642. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/block2.st +0 -0
  643. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/block3.c +0 -0
  644. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/block3.st +0 -0
  645. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/byu98-1-2-3.c +0 -0
  646. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/byu98-1-2-3.st +0 -0
  647. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/cholesky.c +0 -0
  648. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/cholesky.st +0 -0
  649. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/cholesky2.c +0 -0
  650. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/cholesky2.st +0 -0
  651. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/christian.c +0 -0
  652. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/christian.st +0 -0
  653. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/classen.c +0 -0
  654. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/classen.st +0 -0
  655. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/classen2.c +0 -0
  656. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/classen2.st +0 -0
  657. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/constant.c +0 -0
  658. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/constant.st +0 -0
  659. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/constbound.c +0 -0
  660. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/constbound.st +0 -0
  661. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/darte.c +0 -0
  662. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/darte.st +0 -0
  663. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/dealII.c +0 -0
  664. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/dealII.st +0 -0
  665. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/donotsimp.c +0 -0
  666. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/donotsimp.st +0 -0
  667. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/dot.c +0 -0
  668. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/dot.st +0 -0
  669. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/dot2.c +0 -0
  670. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/dot2.st +0 -0
  671. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/durbin_e_s.c +0 -0
  672. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/durbin_e_s.st +0 -0
  673. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/emploi.c +0 -0
  674. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/emploi.st +0 -0
  675. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/equality.c +0 -0
  676. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/equality.st +0 -0
  677. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/equality2.c +0 -0
  678. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/equality2.st +0 -0
  679. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/esced.c +0 -0
  680. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/esced.st +0 -0
  681. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/ex1.c +0 -0
  682. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/ex1.st +0 -0
  683. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/faber.c +0 -0
  684. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/faber.st +0 -0
  685. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/forwardsub-1-1-2.c +0 -0
  686. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/forwardsub-1-1-2.st +0 -0
  687. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/forwardsub-2-1-2-3.c +0 -0
  688. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/forwardsub-2-1-2-3.st +0 -0
  689. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/forwardsub-3-1-2.c +0 -0
  690. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/forwardsub-3-1-2.st +0 -0
  691. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/gauss.c +0 -0
  692. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/gauss.st +0 -0
  693. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/gesced.c +0 -0
  694. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/gesced.st +0 -0
  695. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/gesced2.c +0 -0
  696. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/gesced2.st +0 -0
  697. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/gesced3.c +0 -0
  698. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/gesced3.st +0 -0
  699. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/guide.c +0 -0
  700. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/guide.st +0 -0
  701. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/iftest.c +0 -0
  702. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/iftest.st +0 -0
  703. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/iftest2.c +0 -0
  704. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/iftest2.st +0 -0
  705. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/infinite2.c +0 -0
  706. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/infinite2.st +0 -0
  707. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/jacobi-shared.c +0 -0
  708. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/jacobi-shared.st +0 -0
  709. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/largeur.c +0 -0
  710. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/largeur.st +0 -0
  711. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/levenshtein-1-2-3.c +0 -0
  712. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/levenshtein-1-2-3.st +0 -0
  713. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/lex.c +0 -0
  714. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/lex.st +0 -0
  715. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/lineality-1-2.c +0 -0
  716. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/lineality-1-2.st +0 -0
  717. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/lineality-2-1-2.c +0 -0
  718. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/lineality-2-1-2.st +0 -0
  719. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/logo.c +0 -0
  720. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/logo.st +0 -0
  721. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/logopar.c +0 -0
  722. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/logopar.st +0 -0
  723. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/lu.c +0 -0
  724. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/lu.st +0 -0
  725. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/lu2.c +0 -0
  726. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/lu2.st +0 -0
  727. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/lux.c +0 -0
  728. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/lux.st +0 -0
  729. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/merge.c +0 -0
  730. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/merge.st +0 -0
  731. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/min-1-1.c +0 -0
  732. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/min-1-1.st +0 -0
  733. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/min-2-1.c +0 -0
  734. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/min-2-1.st +0 -0
  735. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/min-3-1.c +0 -0
  736. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/min-3-1.st +0 -0
  737. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/min-4-1.c +0 -0
  738. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/min-4-1.st +0 -0
  739. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/mod.c +0 -0
  740. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/mod.st +0 -0
  741. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/mod2.c +0 -0
  742. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/mod2.st +0 -0
  743. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/mod3.c +0 -0
  744. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/mod3.st +0 -0
  745. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/mod4.c +0 -0
  746. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/mod4.st +0 -0
  747. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/mode.c +0 -0
  748. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/mode.st +0 -0
  749. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/multi-mm-1.c +0 -0
  750. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/multi-mm-1.st +0 -0
  751. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/multi-stride.c +0 -0
  752. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/multi-stride.st +0 -0
  753. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/multi-stride2.c +0 -0
  754. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/multi-stride2.st +0 -0
  755. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/mxm-shared.c +0 -0
  756. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/mxm-shared.st +0 -0
  757. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/no_lindep.c +0 -0
  758. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/no_lindep.st +0 -0
  759. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/nul_basic1.c +0 -0
  760. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/nul_basic1.st +0 -0
  761. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/nul_basic2.c +0 -0
  762. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/nul_basic2.st +0 -0
  763. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/nul_complex1.c +0 -0
  764. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/nul_complex1.st +0 -0
  765. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/nul_lcpc.c +0 -0
  766. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/nul_lcpc.st +0 -0
  767. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/orc.c +0 -0
  768. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/orc.st +0 -0
  769. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/otl.c +0 -0
  770. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/otl.st +0 -0
  771. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/param-split.c +0 -0
  772. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/param-split.st +0 -0
  773. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/pouchet.c +0 -0
  774. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/pouchet.st +0 -0
  775. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/rectangle.c +0 -0
  776. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/rectangle.st +0 -0
  777. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-QR.c +0 -0
  778. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-QR.st +0 -0
  779. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-bastoul3.c +0 -0
  780. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-bastoul3.st +0 -0
  781. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-cholesky2.c +0 -0
  782. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-cholesky2.st +0 -0
  783. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-fusion1.c +0 -0
  784. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-fusion1.st +0 -0
  785. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-fusion2.c +0 -0
  786. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-fusion2.st +0 -0
  787. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-jacobi2.c +0 -0
  788. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-jacobi2.st +0 -0
  789. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-jacobi3.c +0 -0
  790. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-jacobi3.st +0 -0
  791. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-lim-lam1.c +0 -0
  792. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-lim-lam1.st +0 -0
  793. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-lim-lam2.c +0 -0
  794. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-lim-lam2.st +0 -0
  795. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-lim-lam3.c +0 -0
  796. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-lim-lam3.st +0 -0
  797. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.c +0 -0
  798. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.st +0 -0
  799. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-lim-lam5.c +0 -0
  800. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-lim-lam5.st +0 -0
  801. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-lim-lam6.c +0 -0
  802. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-lim-lam6.st +0 -0
  803. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-liu-zhuge1.c +0 -0
  804. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-liu-zhuge1.st +0 -0
  805. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-loechner3.c +0 -0
  806. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-loechner3.st +0 -0
  807. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-loechner4.c +0 -0
  808. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-loechner4.st +0 -0
  809. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-loechner5.c +0 -0
  810. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-loechner5.st +0 -0
  811. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-long.c +0 -0
  812. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-long.st +0 -0
  813. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-mg-interp.c +0 -0
  814. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-mg-interp.st +0 -0
  815. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-mg-interp2.c +0 -0
  816. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-mg-interp2.st +0 -0
  817. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-mg-psinv.c +0 -0
  818. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-mg-psinv.st +0 -0
  819. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-mg-resid.c +0 -0
  820. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-mg-resid.st +0 -0
  821. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-mg-rprj3.c +0 -0
  822. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-mg-rprj3.st +0 -0
  823. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-pingali1.c +0 -0
  824. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-pingali1.st +0 -0
  825. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-pingali2.c +0 -0
  826. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-pingali2.st +0 -0
  827. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-pingali3.c +0 -0
  828. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-pingali3.st +0 -0
  829. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-pingali4.c +0 -0
  830. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-pingali4.st +0 -0
  831. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-pingali5.c +0 -0
  832. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-pingali5.st +0 -0
  833. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-pingali6.c +0 -0
  834. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-pingali6.st +0 -0
  835. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-stride.c +0 -0
  836. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-stride.st +0 -0
  837. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-stride2.c +0 -0
  838. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-stride2.st +0 -0
  839. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-tang-xue1.c +0 -0
  840. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-tang-xue1.st +0 -0
  841. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-two.c +0 -0
  842. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/reservoir-two.st +0 -0
  843. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/singleton.c +0 -0
  844. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/singleton.st +0 -0
  845. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/sor1d.c +0 -0
  846. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/sor1d.st +0 -0
  847. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/square+triangle-1-1-2-3.c +0 -0
  848. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/square+triangle-1-1-2-3.st +0 -0
  849. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/stride.c +0 -0
  850. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/stride.st +0 -0
  851. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/stride2.c +0 -0
  852. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/stride2.st +0 -0
  853. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/stride3.c +0 -0
  854. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/stride3.st +0 -0
  855. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/stride4.c +0 -0
  856. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/stride4.st +0 -0
  857. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/swim.c +0 -0
  858. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/swim.st +0 -0
  859. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/test.c +0 -0
  860. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/test.st +0 -0
  861. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/thomasset.c +0 -0
  862. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/thomasset.st +0 -0
  863. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/tiling.c +0 -0
  864. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/tiling.st +0 -0
  865. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/uday_scalars.c +0 -0
  866. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/uday_scalars.st +0 -0
  867. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/union.c +0 -0
  868. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/union.st +0 -0
  869. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/unroll.c +0 -0
  870. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/unroll.st +0 -0
  871. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/unroll2.c +0 -0
  872. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/unroll2.st +0 -0
  873. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/usvd_e_t.c +0 -0
  874. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/usvd_e_t.st +0 -0
  875. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/vasilache.c +0 -0
  876. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/vasilache.st +0 -0
  877. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/vivien.c +0 -0
  878. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/vivien.st +0 -0
  879. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/vivien2.c +0 -0
  880. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/vivien2.st +0 -0
  881. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/walters.c +0 -0
  882. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/walters.st +0 -0
  883. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/walters2.c +0 -0
  884. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/walters2.st +0 -0
  885. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/walters3.c +0 -0
  886. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/walters3.st +0 -0
  887. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/wavefront.c +0 -0
  888. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/wavefront.st +0 -0
  889. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/yosr.c +0 -0
  890. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/yosr.st +0 -0
  891. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/yosr2.c +0 -0
  892. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/yosr2.st +0 -0
  893. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/youcef.c +0 -0
  894. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/youcef.st +0 -0
  895. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/youcefn.c +0 -0
  896. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/cloog/youcefn.st +0 -0
  897. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component0.c +0 -0
  898. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component0.st +0 -0
  899. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component1.c +0 -0
  900. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component1.st +0 -0
  901. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component2.c +0 -0
  902. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component2.st +0 -0
  903. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component3.c +0 -0
  904. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component3.st +0 -0
  905. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component4.c +0 -0
  906. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component4.st +0 -0
  907. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component5.c +0 -0
  908. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component5.st +0 -0
  909. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component6.c +0 -0
  910. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component6.st +0 -0
  911. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component7.c +0 -0
  912. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/component7.st +0 -0
  913. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/correlation.c +0 -0
  914. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/correlation.st +0 -0
  915. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/disjuncts.c +0 -0
  916. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/disjuncts.in +0 -0
  917. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/disjuncts2.c +0 -0
  918. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/disjuncts2.st +0 -0
  919. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/dwt.c +0 -0
  920. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/dwt.in +0 -0
  921. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/empty.c +0 -0
  922. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/empty.in +0 -0
  923. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/expansion.c +0 -0
  924. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/expansion.st +0 -0
  925. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/filter.c +0 -0
  926. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/filter.st +0 -0
  927. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/gemm.c +0 -0
  928. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/gemm.st +0 -0
  929. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/group.c +0 -0
  930. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/group.st +0 -0
  931. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/hoist.c +0 -0
  932. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/hoist.in +0 -0
  933. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/hoist2.c +0 -0
  934. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/hoist2.in +0 -0
  935. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate1.c +0 -0
  936. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate1.st +0 -0
  937. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate2.c +0 -0
  938. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate2.st +0 -0
  939. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate3.c +0 -0
  940. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate3.st +0 -0
  941. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate4.c +0 -0
  942. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate4.st +0 -0
  943. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate5.c +0 -0
  944. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate5.st +0 -0
  945. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate6.c +0 -0
  946. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate6.st +0 -0
  947. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate7.c +0 -0
  948. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/isolate7.st +0 -0
  949. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/jacobi_kernel4.c +0 -0
  950. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/jacobi_kernel4.in +0 -0
  951. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/lu.c +0 -0
  952. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/lu.in +0 -0
  953. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/mod.c +0 -0
  954. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/mod.in +0 -0
  955. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/mod2.c +0 -0
  956. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/mod2.st +0 -0
  957. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/README +0 -0
  958. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/basics-0.c +0 -0
  959. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/basics-0.in +0 -0
  960. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/basics-1.c +0 -0
  961. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/basics-1.in +0 -0
  962. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/chosol-0.c +0 -0
  963. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/chosol-0.in +0 -0
  964. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/chosol-1.c +0 -0
  965. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/chosol-1.in +0 -0
  966. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/code_gen-0.c +0 -0
  967. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/code_gen-0.in +0 -0
  968. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/code_gen-1.c +0 -0
  969. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/code_gen-1.in +0 -0
  970. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/code_gen-2.c +0 -0
  971. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/code_gen-2.in +0 -0
  972. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/collard-0.c +0 -0
  973. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/collard-0.in +0 -0
  974. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/dagstuhl1-0.c +0 -0
  975. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/dagstuhl1-0.in +0 -0
  976. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/dagstuhl1-1.c +0 -0
  977. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/dagstuhl1-1.in +0 -0
  978. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/fc1-0.c +0 -0
  979. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/fc1-0.in +0 -0
  980. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/fc1-1.c +0 -0
  981. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/fc1-1.in +0 -0
  982. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/fc1-2.c +0 -0
  983. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/fc1-2.in +0 -0
  984. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/fc2-0.c +0 -0
  985. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/fc2-0.in +0 -0
  986. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/fc2-1.c +0 -0
  987. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/fc2-1.in +0 -0
  988. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-0.c +0 -0
  989. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-0.in +0 -0
  990. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-1.c +0 -0
  991. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-1.in +0 -0
  992. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-2.c +0 -0
  993. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-2.in +0 -0
  994. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-3.c +0 -0
  995. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-3.in +0 -0
  996. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-4.c +0 -0
  997. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-4.in +0 -0
  998. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-5.c +0 -0
  999. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-5.in +0 -0
  1000. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-6.c +0 -0
  1001. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/floor_bound-6.in +0 -0
  1002. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gc-0.c +0 -0
  1003. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gc-0.in +0 -0
  1004. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/ge-0.c +0 -0
  1005. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/ge-0.in +0 -0
  1006. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/ge-1.c +0 -0
  1007. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/ge-1.in +0 -0
  1008. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gist-0.c +0 -0
  1009. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gist-0.in +0 -0
  1010. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gist-1.c +0 -0
  1011. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gist-1.in +0 -0
  1012. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gist-2.c +0 -0
  1013. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gist-2.in +0 -0
  1014. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gist-3.c +0 -0
  1015. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gist-3.in +0 -0
  1016. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gist-4.c +0 -0
  1017. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gist-4.in +0 -0
  1018. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gist-5.c +0 -0
  1019. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/gist-5.in +0 -0
  1020. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/guard1-0.c +0 -0
  1021. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/guard1-0.in +0 -0
  1022. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/guard1-1.c +0 -0
  1023. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/guard1-1.in +0 -0
  1024. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/hpf-0.c +0 -0
  1025. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/hpf-0.in +0 -0
  1026. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/if_then-0.c +0 -0
  1027. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/if_then-0.in +0 -0
  1028. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/if_then-1.c +0 -0
  1029. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/if_then-1.in +0 -0
  1030. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/if_then-2.c +0 -0
  1031. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/if_then-2.in +0 -0
  1032. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/if_then-3.c +0 -0
  1033. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/if_then-3.in +0 -0
  1034. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/if_then-4.c +0 -0
  1035. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/if_then-4.in +0 -0
  1036. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/if_then-5.c +0 -0
  1037. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/if_then-5.in +0 -0
  1038. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter1-0.c +0 -0
  1039. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter1-0.in +0 -0
  1040. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter2-0.c +0 -0
  1041. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter2-0.in +0 -0
  1042. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter3-0.c +0 -0
  1043. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter3-0.in +0 -0
  1044. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter4-0.c +0 -0
  1045. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter4-0.in +0 -0
  1046. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter5-0.c +0 -0
  1047. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter5-0.in +0 -0
  1048. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter6-0.c +0 -0
  1049. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter6-0.in +0 -0
  1050. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter6-1.c +0 -0
  1051. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter6-1.in +0 -0
  1052. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter7-0.c +0 -0
  1053. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter7-0.in +0 -0
  1054. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter8-0.c +0 -0
  1055. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter8-0.in +0 -0
  1056. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter9-0.c +0 -0
  1057. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/iter9-0.in +0 -0
  1058. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lefur00-0.c +0 -0
  1059. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lefur00-0.in +0 -0
  1060. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lefur01-0.c +0 -0
  1061. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lefur01-0.in +0 -0
  1062. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lefur01-1.c +0 -0
  1063. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lefur01-1.in +0 -0
  1064. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lefur03-0.c +0 -0
  1065. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lefur03-0.in +0 -0
  1066. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lefur04-0.c +0 -0
  1067. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lefur04-0.in +0 -0
  1068. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift1-0.c +0 -0
  1069. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift1-0.in +0 -0
  1070. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift1-1.c +0 -0
  1071. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift1-1.in +0 -0
  1072. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift1-2.c +0 -0
  1073. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift1-2.in +0 -0
  1074. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift1-3.c +0 -0
  1075. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift1-3.in +0 -0
  1076. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift1-4.c +0 -0
  1077. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift1-4.in +0 -0
  1078. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift1-5.c +0 -0
  1079. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift1-5.in +0 -0
  1080. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift2-0.c +0 -0
  1081. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift2-0.in +0 -0
  1082. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift2-1.c +0 -0
  1083. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift2-1.in +0 -0
  1084. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift2-2.c +0 -0
  1085. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift2-2.in +0 -0
  1086. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift2-3.c +0 -0
  1087. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift2-3.in +0 -0
  1088. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift2-4.c +0 -0
  1089. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift2-4.in +0 -0
  1090. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift2-5.c +0 -0
  1091. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lift2-5.in +0 -0
  1092. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu-0.c +0 -0
  1093. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu-0.in +0 -0
  1094. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu-1.c +0 -0
  1095. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu-1.in +0 -0
  1096. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu-2.c +0 -0
  1097. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu-2.in +0 -0
  1098. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu-3.c +0 -0
  1099. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu-3.in +0 -0
  1100. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu_ijk-0.c +0 -0
  1101. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu_ijk-0.in +0 -0
  1102. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu_ijk-1.c +0 -0
  1103. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu_ijk-1.in +0 -0
  1104. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu_ijk-2.c +0 -0
  1105. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu_ijk-2.in +0 -0
  1106. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu_spmd-0.c +0 -0
  1107. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu_spmd-0.in +0 -0
  1108. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu_spmd-1.c +0 -0
  1109. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/lu_spmd-1.in +0 -0
  1110. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m1-0.c +0 -0
  1111. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m1-0.in +0 -0
  1112. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m1-1.c +0 -0
  1113. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m1-1.in +0 -0
  1114. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m10-0.c +0 -0
  1115. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m10-0.in +0 -0
  1116. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m10-1.c +0 -0
  1117. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m10-1.in +0 -0
  1118. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m11-0.c +0 -0
  1119. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m11-0.in +0 -0
  1120. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m12-0.c +0 -0
  1121. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m12-0.in +0 -0
  1122. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m12-1.c +0 -0
  1123. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m12-1.in +0 -0
  1124. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m2-0.c +0 -0
  1125. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m2-0.in +0 -0
  1126. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m2-1.c +0 -0
  1127. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m2-1.in +0 -0
  1128. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m3-0.c +0 -0
  1129. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m3-0.in +0 -0
  1130. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m4-0.c +0 -0
  1131. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m4-0.in +0 -0
  1132. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m4-1.c +0 -0
  1133. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m4-1.in +0 -0
  1134. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m7-0.c +0 -0
  1135. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m7-0.in +0 -0
  1136. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m7-1.c +0 -0
  1137. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m7-1.in +0 -0
  1138. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m8-0.c +0 -0
  1139. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m8-0.in +0 -0
  1140. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m8-1.c +0 -0
  1141. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m8-1.in +0 -0
  1142. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m9-0.c +0 -0
  1143. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m9-0.in +0 -0
  1144. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m9-1.c +0 -0
  1145. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/m9-1.in +0 -0
  1146. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/olda-0.c +0 -0
  1147. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/olda-0.in +0 -0
  1148. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/olda-1.c +0 -0
  1149. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/olda-1.in +0 -0
  1150. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/p.delft-0.c +0 -0
  1151. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/p.delft-0.in +0 -0
  1152. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/p.delft2-0.c +0 -0
  1153. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/p.delft2-0.in +0 -0
  1154. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/p6-0.c +0 -0
  1155. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/p6-0.in +0 -0
  1156. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/p6-1.c +0 -0
  1157. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/p6-1.in +0 -0
  1158. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride1-0.c +0 -0
  1159. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride1-0.in +0 -0
  1160. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride2-0.c +0 -0
  1161. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride2-0.in +0 -0
  1162. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride3-0.c +0 -0
  1163. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride3-0.in +0 -0
  1164. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride4-0.c +0 -0
  1165. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride4-0.in +0 -0
  1166. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride5-0.c +0 -0
  1167. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride5-0.in +0 -0
  1168. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride6-0.c +0 -0
  1169. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride6-0.in +0 -0
  1170. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride6-1.c +0 -0
  1171. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride6-1.in +0 -0
  1172. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride6-2.c +0 -0
  1173. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride6-2.in +0 -0
  1174. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride7-0.c +0 -0
  1175. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride7-0.in +0 -0
  1176. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride7-1.c +0 -0
  1177. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/stride7-1.in +0 -0
  1178. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/substitution-0.c +0 -0
  1179. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/substitution-0.in +0 -0
  1180. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/substitution-1.c +0 -0
  1181. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/substitution-1.in +0 -0
  1182. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/substitution-2.c +0 -0
  1183. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/substitution-2.in +0 -0
  1184. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/substitution-3.c +0 -0
  1185. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/substitution-3.in +0 -0
  1186. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/substitution-4.c +0 -0
  1187. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/substitution-4.in +0 -0
  1188. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/syr2k-0.c +0 -0
  1189. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/syr2k-0.in +0 -0
  1190. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/syr2k-1.c +0 -0
  1191. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/syr2k-1.in +0 -0
  1192. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/syr2k-2.c +0 -0
  1193. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/syr2k-2.in +0 -0
  1194. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/syr2k-3.c +0 -0
  1195. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/syr2k-3.in +0 -0
  1196. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/ts1d-check-sblock-0.c +0 -0
  1197. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/ts1d-check-sblock-0.in +0 -0
  1198. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/ts1d-check0-0.c +0 -0
  1199. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/ts1d-check0-0.in +0 -0
  1200. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/ts1d-mp-i_ts-m_b-0.c +0 -0
  1201. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/ts1d-mp-i_ts-m_b-0.in +0 -0
  1202. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/ts1d-orig0-0.c +0 -0
  1203. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/ts1d-orig0-0.in +0 -0
  1204. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak1-0.c +0 -0
  1205. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak1-0.in +0 -0
  1206. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak1-1.c +0 -0
  1207. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak1-1.in +0 -0
  1208. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak2-0.c +0 -0
  1209. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak2-0.in +0 -0
  1210. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak2-1.c +0 -0
  1211. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak2-1.in +0 -0
  1212. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak3-0.c +0 -0
  1213. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak3-0.in +0 -0
  1214. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak3-1.c +0 -0
  1215. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak3-1.in +0 -0
  1216. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak4-0.c +0 -0
  1217. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak4-0.in +0 -0
  1218. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak4-1.c +0 -0
  1219. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/wak4-1.in +0 -0
  1220. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/x-0.c +0 -0
  1221. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/x-0.in +0 -0
  1222. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/x-1.c +0 -0
  1223. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/omega/x-1.in +0 -0
  1224. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/pldi2012/README +0 -0
  1225. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/pldi2012/figure7_b.c +0 -0
  1226. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/pldi2012/figure7_b.in +0 -0
  1227. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/pldi2012/figure7_c.c +0 -0
  1228. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/pldi2012/figure7_c.in +0 -0
  1229. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/pldi2012/figure7_d.c +0 -0
  1230. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/pldi2012/figure7_d.in +0 -0
  1231. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/pldi2012/figure8_a.c +0 -0
  1232. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/pldi2012/figure8_a.in +0 -0
  1233. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/pldi2012/figure8_b.c +0 -0
  1234. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/pldi2012/figure8_b.in +0 -0
  1235. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/redundant.c +0 -0
  1236. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/redundant.st +0 -0
  1237. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/residue.c +0 -0
  1238. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/residue.st +0 -0
  1239. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/roman.c +0 -0
  1240. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/roman.in +0 -0
  1241. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separate.c +0 -0
  1242. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separate.in +0 -0
  1243. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separate.st +0 -0
  1244. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separate2.c +0 -0
  1245. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separate2.in +0 -0
  1246. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separation_class.c +0 -0
  1247. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separation_class.in +0 -0
  1248. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separation_class2.c +0 -0
  1249. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separation_class2.in +0 -0
  1250. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separation_class3.c +0 -0
  1251. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separation_class3.in +0 -0
  1252. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separation_class4.c +0 -0
  1253. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/separation_class4.in +0 -0
  1254. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/shift.c +0 -0
  1255. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/shift.in +0 -0
  1256. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/shift2.c +0 -0
  1257. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/shift2.in +0 -0
  1258. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/shift_unroll.c +0 -0
  1259. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/shift_unroll.in +0 -0
  1260. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/single_valued.c +0 -0
  1261. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/single_valued.in +0 -0
  1262. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/sor1d-part.c +0 -0
  1263. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/sor1d-part.st +0 -0
  1264. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/stride.c +0 -0
  1265. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/stride.in +0 -0
  1266. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/stride5.c +0 -0
  1267. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/stride5.in +0 -0
  1268. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/stride6.c +0 -0
  1269. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/stride6.in +0 -0
  1270. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/stride7.c +0 -0
  1271. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/stride7.in +0 -0
  1272. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll.c +0 -0
  1273. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll.in +0 -0
  1274. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll10.c +0 -0
  1275. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll10.in +0 -0
  1276. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll10.st +0 -0
  1277. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll11.c +0 -0
  1278. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll11.in +0 -0
  1279. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll2.c +0 -0
  1280. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll2.in +0 -0
  1281. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll3.c +0 -0
  1282. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll3.in +0 -0
  1283. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll4.c +0 -0
  1284. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll4.in +0 -0
  1285. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll6.c +0 -0
  1286. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll6.in +0 -0
  1287. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll7.c +0 -0
  1288. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll7.in +0 -0
  1289. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll8.c +0 -0
  1290. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll8.st +0 -0
  1291. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll9.c +0 -0
  1292. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/codegen/unroll9.st +0 -0
  1293. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex0.polylib +0 -0
  1294. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex1.polylib +0 -0
  1295. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex10.polylib +0 -0
  1296. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex11.polylib +0 -0
  1297. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex12.polylib +0 -0
  1298. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex13.polylib +0 -0
  1299. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex14.polylib +0 -0
  1300. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex15.polylib +0 -0
  1301. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex2.polylib +0 -0
  1302. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex3.polylib +0 -0
  1303. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex4.polylib +0 -0
  1304. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex5.polylib +0 -0
  1305. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex6.polylib +0 -0
  1306. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex7.polylib +0 -0
  1307. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex8.polylib +0 -0
  1308. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/convex9.polylib +0 -0
  1309. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/devos.pwqp +0 -0
  1310. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/equality1.pwqp +0 -0
  1311. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/equality2.pwqp +0 -0
  1312. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/equality3.pwqp +0 -0
  1313. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/equality4.pwqp +0 -0
  1314. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/equality5.pwqp +0 -0
  1315. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/esced.pip +0 -0
  1316. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/ex.pip +0 -0
  1317. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/ex2.pip +0 -0
  1318. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/exist.pip +0 -0
  1319. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/exist2.pip +0 -0
  1320. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/faddeev.pwqp +0 -0
  1321. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/fimmel.pip +0 -0
  1322. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_loop-tree.ai +0 -0
  1323. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_loop-tree.flow +0 -0
  1324. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_loop.ai +0 -0
  1325. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_loop.flow +0 -0
  1326. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_loop2-tree.ai +0 -0
  1327. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_loop2-tree.flow +0 -0
  1328. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_loop2.ai +0 -0
  1329. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_loop2.flow +0 -0
  1330. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_loop3-tree.ai +0 -0
  1331. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_loop3-tree.flow +0 -0
  1332. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_loop3.ai +0 -0
  1333. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_loop3.flow +0 -0
  1334. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_may_loop-tree.ai +0 -0
  1335. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_may_loop-tree.flow +0 -0
  1336. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_may_loop.ai +0 -0
  1337. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_may_loop.flow +0 -0
  1338. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_may_loop2-tree.ai +0 -0
  1339. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_may_loop2-tree.flow +0 -0
  1340. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_may_loop2.ai +0 -0
  1341. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_may_loop2.flow +0 -0
  1342. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_may_loop3-tree.ai +0 -0
  1343. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_may_loop3-tree.flow +0 -0
  1344. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_may_loop3.ai +0 -0
  1345. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/kill_may_loop3.flow +0 -0
  1346. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/loop-tree.ai +0 -0
  1347. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/loop-tree.flow +0 -0
  1348. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/loop.ai +0 -0
  1349. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/loop.flow +0 -0
  1350. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/may_loop-tree.ai +0 -0
  1351. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/may_loop-tree.flow +0 -0
  1352. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/may_loop.ai +0 -0
  1353. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/may_loop.flow +0 -0
  1354. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/mixed_loop-tree.ai +0 -0
  1355. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/mixed_loop-tree.flow +0 -0
  1356. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/mixed_loop.ai +0 -0
  1357. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/mixed_loop.flow +0 -0
  1358. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi.ai +0 -0
  1359. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi.flow +0 -0
  1360. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source-tree.ai +0 -0
  1361. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source-tree.flow +0 -0
  1362. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source.ai +0 -0
  1363. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source.flow +0 -0
  1364. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source2-tree.ai +0 -0
  1365. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source2-tree.flow +0 -0
  1366. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source2.ai +0 -0
  1367. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source2.flow +0 -0
  1368. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source3-tree.ai +0 -0
  1369. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source3-tree.flow +0 -0
  1370. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source3.ai +0 -0
  1371. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source3.flow +0 -0
  1372. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source4-tree.ai +0 -0
  1373. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source4-tree.flow +0 -0
  1374. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source4.ai +0 -0
  1375. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/multi_source4.flow +0 -0
  1376. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/no_source-tree.ai +0 -0
  1377. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/no_source-tree.flow +0 -0
  1378. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/no_source.ai +0 -0
  1379. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/no_source.flow +0 -0
  1380. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/no_source2-tree.ai +0 -0
  1381. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/no_source2-tree.flow +0 -0
  1382. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/no_source2.ai +0 -0
  1383. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/no_source2.flow +0 -0
  1384. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/single_may_source-tree.ai +0 -0
  1385. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/single_may_source-tree.flow +0 -0
  1386. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/single_may_source.ai +0 -0
  1387. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/single_may_source.flow +0 -0
  1388. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/single_source-tree.ai +0 -0
  1389. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/single_source-tree.flow +0 -0
  1390. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/single_source.ai +0 -0
  1391. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/flow/single_source.flow +0 -0
  1392. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/linearExample.pwqp +0 -0
  1393. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/max.pip +0 -0
  1394. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/neg.pwqp +0 -0
  1395. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/negative.pip +0 -0
  1396. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/philippe.pwqp +0 -0
  1397. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/philippe3vars.pwqp +0 -0
  1398. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/philippe3vars3pars.pwqp +0 -0
  1399. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/philippeNeg.pwqp +0 -0
  1400. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/philippePolynomialCoeff.pwqp +0 -0
  1401. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/philippePolynomialCoeff1P.pwqp +0 -0
  1402. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/product.pwqp +0 -0
  1403. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/bounded_coefficients.sc +0 -0
  1404. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/bounded_coefficients.st +0 -0
  1405. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/carry_bounded_coefficients.sc +0 -0
  1406. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/carry_bounded_coefficients.st +0 -0
  1407. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/disjunctive_domain.sc +0 -0
  1408. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/disjunctive_domain.st +0 -0
  1409. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/feautrier_compressed.sc +0 -0
  1410. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/feautrier_compressed.st +0 -0
  1411. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/flat1.sc +0 -0
  1412. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/flat1.st +0 -0
  1413. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/flat2.sc +0 -0
  1414. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/flat2.st +0 -0
  1415. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/flat3.sc +0 -0
  1416. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/flat3.st +0 -0
  1417. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/flat4.sc +0 -0
  1418. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/flat4.st +0 -0
  1419. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/flat5.sc +0 -0
  1420. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/flat5.st +0 -0
  1421. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/flat6.sc +0 -0
  1422. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/flat6.st +0 -0
  1423. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/fork1.sc +0 -0
  1424. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/fork1.st +0 -0
  1425. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/fork2.sc +0 -0
  1426. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/fork2.st +0 -0
  1427. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/fork3.sc +0 -0
  1428. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/fork3.st +0 -0
  1429. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/leyin1.sc +0 -0
  1430. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/leyin1.st +0 -0
  1431. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/leyin2a.sc +0 -0
  1432. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/leyin2a.st +0 -0
  1433. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/leyin2b.sc +0 -0
  1434. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/leyin2b.st +0 -0
  1435. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/max_coincidence.sc +0 -0
  1436. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/max_coincidence.st +0 -0
  1437. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/nana.sc +0 -0
  1438. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/nana.st +0 -0
  1439. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/niewang.sc +0 -0
  1440. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/niewang.st +0 -0
  1441. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/nomax_coincidence.sc +0 -0
  1442. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/nomax_coincidence.st +0 -0
  1443. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/poliwoda.sc +0 -0
  1444. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/schedule/poliwoda.st +0 -0
  1445. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/seghir-vd.pip +0 -0
  1446. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/set.omega +0 -0
  1447. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/small.pip +0 -0
  1448. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/sor1d.pip +0 -0
  1449. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/split.pwqp +0 -0
  1450. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/square.pip +0 -0
  1451. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/sven.pip +0 -0
  1452. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/test3Deg3Var.pwqp +0 -0
  1453. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/tobi.pip +0 -0
  1454. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/toplas.pwqp +0 -0
  1455. {islpy-2025.2 → islpy-2025.2.2}/isl/test_inputs/unexpanded.pwqp +0 -0
  1456. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/bouleti.pip +0 -0
  1457. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/cnt_sum2.pip +0 -0
  1458. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/difficult.pip +0 -0
  1459. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/jcomplex.pip +0 -0
  1460. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/phideo.pip +0 -0
  1461. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/seghir-e1.pip +0 -0
  1462. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/seghir-e3.pip +0 -0
  1463. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/seghir-e4.pip +0 -0
  1464. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/seghir-e5.pip +0 -0
  1465. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/seghir-e6.pip +0 -0
  1466. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/seghir-e7.pip +0 -0
  1467. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/seghir-e8.pip +0 -0
  1468. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/seghir-e9.pip +0 -0
  1469. {islpy-2025.2 → islpy-2025.2.2}/isl/testsets/pip/seghir-vd.pip +0 -0
  1470. {islpy-2025.2 → islpy-2025.2.2}/isl/uset_from_umap.c +0 -0
  1471. {islpy-2025.2 → islpy-2025.2.2}/isl/uset_to_umap.c +0 -0
  1472. {islpy-2025.2 → islpy-2025.2.2}/islpy/py.typed +0 -0
  1473. {islpy-2025.2 → islpy-2025.2.2}/islpy/version.py +0 -0
  1474. {islpy-2025.2 → islpy-2025.2.2}/src/wrapper/wrap_helpers.hpp +0 -0
  1475. {islpy-2025.2 → islpy-2025.2.2}/src/wrapper/wrap_isl.cpp +0 -0
  1476. {islpy-2025.2 → islpy-2025.2.2}/src/wrapper/wrap_isl_part3.cpp +0 -0
@@ -24,6 +24,7 @@ option(USE_IMATH_FOR_MP "Use IMATH for multiprecision arithmetic" ON)
24
24
  option(USE_IMATH_SIO "Use IMATH small-integer optimization" ON)
25
25
  option(USE_GMP_FOR_MP "Use GMP" OFF)
26
26
  option(USE_BARVINOK "Use Barvinok (beware of GPL license)" OFF)
27
+ option(GENERATE_STUBS "Generate stubs as part of build" ON)
27
28
 
28
29
  if(USE_SHIPPED_ISL)
29
30
  if(USE_BARVINOK)
@@ -230,20 +231,26 @@ endif()
230
231
 
231
232
  install(TARGETS _isl LIBRARY DESTINATION islpy)
232
233
 
233
- set(ISLPY_STUB_FILE ${CMAKE_BINARY_DIR}/_isl.pyi)
234
- add_custom_command(
235
- OUTPUT ${ISLPY_STUB_FILE}
236
- COMMAND ${Python_EXECUTABLE} ${CMAKE_SOURCE_DIR}/stubgen/stubgen.py
237
- -o ${CMAKE_BINARY_DIR}
238
- --exec ${CMAKE_SOURCE_DIR}/islpy/_monkeypatch.py
239
- --python-path ${CMAKE_BINARY_DIR}
240
- -m _isl
241
- DEPENDS _isl
242
- )
243
- add_custom_target(
244
- _isl_stub
245
- ALL DEPENDS ${CMAKE_BINARY_DIR}/_isl.pyi
246
- )
247
- install(FILES ${ISLPY_STUB_FILE} DESTINATION islpy)
234
+ if(GENERATE_STUBS)
235
+ set(ISLPY_STUB_FILE ${CMAKE_BINARY_DIR}/_isl.pyi)
236
+ add_custom_command(
237
+ OUTPUT ${ISLPY_STUB_FILE}
238
+ COMMAND ${Python_EXECUTABLE} ${CMAKE_SOURCE_DIR}/stubgen/stubgen.py
239
+ -o ${CMAKE_BINARY_DIR}
240
+ --exec ${CMAKE_SOURCE_DIR}/islpy/_monkeypatch.py
241
+ --python-path ${CMAKE_BINARY_DIR}
242
+ -m _isl
243
+ DEPENDS _isl
244
+ )
245
+ add_custom_target(
246
+ _isl_stub
247
+ ALL DEPENDS ${CMAKE_BINARY_DIR}/_isl.pyi
248
+ )
249
+ install(FILES ${ISLPY_STUB_FILE} DESTINATION islpy)
250
+ else()
251
+ if(NOT EXISTS "${CMAKE_SOURCE_DIR}/islpy/_isl.pyi")
252
+ message(FATAL_ERROR "Disabled stub generation requires pregenerated stubs")
253
+ endif()
254
+ endif()
248
255
 
249
256
  # vim: sw=2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: islpy
3
- Version: 2025.2
3
+ Version: 2025.2.2
4
4
  Summary: Wrapper around isl, an integer set library
5
5
  Author-Email: Andreas Kloeckner <inform@tiker.net>
6
6
  License-Expression: MIT
@@ -16,9 +16,10 @@ You may also clone its git repository::
16
16
 
17
17
  The following attempts an editable installation, however note
18
18
  that this may run into various issues and is not well-supported
19
- by the build tools::
19
+ by the build tools. In particular, build isolation must be turned off::
20
20
 
21
- $ pip install --no-build-isolation -e .
21
+ pip install cmake scikit_build_core nanobind pcpp # prerequisites
22
+ pip install --no-build-isolation --config-settings=build-dir=build -ve .
22
23
 
23
24
  Support
24
25
  =======
@@ -13,39 +13,36 @@ print("set 1 %s:" % bset)
13
13
  bset2 = isl.BasicSet("{[x, y] : x >= 0 and x < 5 and y >= 0 and y < x+4 }")
14
14
  print("set 2: %s" % bset2)
15
15
 
16
- bsets_in_union = []
17
- bset.union(bset2).convex_hull().foreach_basic_set(bsets_in_union.append)
18
- print(bsets_in_union)
19
- union, = bsets_in_union
20
- print("union: %s" % union)
16
+ union_ch = (bset.to_set() | bset2).convex_hull()
17
+ print("convex hull of union: %s" % union_ch)
21
18
  # ENDEXAMPLE
22
19
 
23
20
  import matplotlib.pyplot as pt
24
21
 
25
22
 
26
- def plot_basic_set(bset, *args, **kwargs):
23
+ def plot_basic_set(bset: isl.BasicSet, *args, **kwargs):
27
24
  # This is a total hack. But it works for what it needs to do. :)
28
25
 
29
26
  plot_vert = kwargs.pop("plot_vert", False)
30
27
 
31
- vertices = []
28
+ vertices: list[isl.Vertex] = []
32
29
  bset.compute_vertices().foreach_vertex(vertices.append)
33
30
 
34
- vertex_pts = []
31
+ vertex_pts: list[list[int]] = []
35
32
 
36
33
  for v in vertices:
37
- points = []
34
+ points: list[isl.Point] = []
38
35
  myset = isl.BasicSet.from_multi_aff(v.get_expr())
39
- myset.foreach_point(points.append)
36
+ myset.to_set().foreach_point(points.append)
40
37
  point, = points
41
38
  vertex_pts.append([
42
39
  point.get_coordinate_val(isl.dim_type.set, i).to_python()
43
40
  for i in range(2)])
44
41
 
45
42
  import numpy as np
46
- vertex_pts = np.array(vertex_pts)
43
+ vertex_pts_ary = np.array(vertex_pts)
47
44
 
48
- center = np.average(vertex_pts, axis=0)
45
+ center = np.average(vertex_pts_ary, axis=0)
49
46
 
50
47
  from math import atan2
51
48
  vertex_pts = np.array(
@@ -80,6 +77,6 @@ pt.ylim([-1, 8])
80
77
  # pt.show()
81
78
  pt.savefig("before-union.png", dpi=50)
82
79
 
83
- plot_basic_set(union, facecolor="blue", edgecolor="yellow",
80
+ plot_basic_set(union_ch, facecolor="blue", edgecolor="yellow",
84
81
  alpha=0.5, plot_vert=True)
85
82
  pt.savefig("after-union.png", dpi=50)
@@ -252,7 +252,7 @@ CLASS_MAP = {
252
252
  "options": "ctx",
253
253
  }
254
254
 
255
- AUTO_UPCASTS: Mapping[str, tuple[str, ...]] = {
255
+ AUTO_DOWNCASTS: Mapping[str, tuple[str, ...]] = {
256
256
  "pw_aff": ("aff", ),
257
257
  "union_pw_aff": ("aff", "pw_aff", ),
258
258
  "local_space": ("space", ),
@@ -1140,7 +1140,7 @@ def write_wrapper(outf: TextIO, meth: Method):
1140
1140
  else:
1141
1141
  acceptable_arg_classes = (
1142
1142
  arg_cls,
1143
- *AUTO_UPCASTS.get(arg_cls, ()))
1143
+ *AUTO_DOWNCASTS.get(arg_cls, ()))
1144
1144
  arg_annotation = " | ".join(
1145
1145
  to_py_class(ac) for ac in acceptable_arg_classes)
1146
1146
  arg_types.append(f"{arg.name}: {arg_annotation}")
@@ -1313,7 +1313,7 @@ def write_wrapper(outf: TextIO, meth: Method):
1313
1313
  body.append(f"arg_{meth.args[0].name}.take_possession_of(result);")
1314
1314
  body.append(f"return py_{meth.args[0].name};")
1315
1315
 
1316
- ret_type = to_py_class(ret_cls)
1316
+ ret_type = "Self"
1317
1317
  docs.append("..note::\n Returns *self*.\n\n")
1318
1318
  else:
1319
1319
  processed_return_type = "py::object"
@@ -1481,8 +1481,9 @@ def write_exposer(
1481
1481
  f' isl::handle_isl_error(ctx, "isl_{meth.cls}_read_from_str");'
1482
1482
  '}, py::arg("s"), py::arg("context").none(true)=py::none());\n')
1483
1483
 
1484
+ # Handle auto-self-downcasts. These are deprecated.
1484
1485
  if not meth.is_static:
1485
- for basic_cls in AUTO_UPCASTS.get(meth.cls, []):
1486
+ for basic_cls in AUTO_DOWNCASTS.get(meth.cls, []):
1486
1487
  basic_overloads = meth_to_overloads.setdefault((basic_cls, meth.name), [])
1487
1488
  if any(basic_meth
1488
1489
  for basic_meth in basic_overloads
@@ -1491,13 +1492,22 @@ def write_exposer(
1491
1492
  ):
1492
1493
  continue
1493
1494
 
1495
+ # These are high-traffic APIs that are manually implemented
1496
+ # and not subject to deprecation.
1497
+ if basic_cls == "basic_set":
1498
+ if meth.name in ["is_params", "get_hash"]:
1499
+ continue
1500
+ elif basic_cls == "basic_map":
1501
+ if meth.name in ["get_hash"]:
1502
+ continue
1503
+
1494
1504
  basic_overloads.append(meth)
1495
1505
 
1496
- upcast_doc_str = (f"{doc_str}\n\nUpcast from "
1506
+ downcast_doc_str = (f"{doc_str}\n\nDowncast from "
1497
1507
  f":class:`{to_py_class(basic_cls)}` to "
1498
1508
  f":class:`{to_py_class(meth.cls)}`.")
1499
- escaped_doc_str = upcast_doc_str.replace(newline, escaped_newline)
1500
- outf.write(f"// automatic upcast to {meth.cls}\n")
1509
+ escaped_doc_str = downcast_doc_str.replace(newline, escaped_newline)
1510
+ outf.write(f"// automatic downcast to {meth.cls}\n")
1501
1511
  outf.write(f'wrap_{basic_cls}.def('
1502
1512
  # Do not be tempted to pass 'arg_str' here, it will
1503
1513
  # prevent implicit conversion.
@@ -21,7 +21,7 @@ THE SOFTWARE.
21
21
  """
22
22
 
23
23
  from collections.abc import Collection, Sequence
24
- from typing import Literal, TypeAlias, TypeVar
24
+ from typing import Literal, TypeAlias, TypeVar, cast
25
25
 
26
26
  from islpy.version import VERSION, VERSION_TEXT
27
27
 
@@ -149,44 +149,34 @@ def _get_default_context() -> Context:
149
149
  return DEFAULT_CONTEXT
150
150
 
151
151
 
152
- def _back_to_basic(new_obj, old_obj):
153
- # Work around set_dim_id not being available for Basic{Set,Map}
154
- if isinstance(old_obj, BasicSet) and isinstance(new_obj, Set):
155
- bsets = new_obj.get_basic_sets()
152
+ def _set_dim_id(obj: AlignableT, dt: dim_type, idx: int, id: Id) -> AlignableT:
153
+ if isinstance(obj, BasicSet):
154
+ p, = obj.to_set().set_dim_id(dt, idx, id).get_basic_sets()
155
+ return cast("AlignableT", p)
156
+ elif isinstance(obj, BasicMap):
157
+ p, = obj.to_map().set_dim_id(dt, idx, id).get_basic_maps()
158
+ return cast("AlignableT", p)
156
159
 
157
- if len(bsets) == 0:
158
- bset = BasicSet.universe(new_obj.space).complement()
159
- else:
160
- bset, = bsets
161
-
162
- return bset
163
-
164
- if isinstance(old_obj, BasicMap) and isinstance(new_obj, Map):
165
- bmaps = new_obj.get_basic_maps()
166
-
167
- if len(bmaps) == 0:
168
- bmap = BasicMap.universe(new_obj.space).complement()
169
- else:
170
- bmap, = bmaps
171
-
172
- return bmap
173
-
174
- return new_obj
175
-
176
-
177
- def _set_dim_id(obj, dt, idx, id):
178
- return _back_to_basic(obj.set_dim_id(dt, idx, id), obj)
160
+ return cast("AlignableT", obj.set_dim_id(dt, idx, id))
179
161
 
180
162
 
181
163
  def _align_dim_type(
182
164
  template_dt: dim_type,
183
165
  obj: AlignableT,
184
- template: AlignableT,
166
+ template: Alignable,
185
167
  obj_bigger_ok: bool,
186
168
  obj_names: Collection[str],
187
169
  template_names: Collection[str],
188
170
  ) -> AlignableT:
189
171
 
172
+ # convert to a type that has get_dim_id
173
+ if isinstance(template, BasicSet):
174
+ template = template.to_set()
175
+ elif isinstance(template, BasicMap):
176
+ template = template.to_map()
177
+ elif isinstance(template, Aff):
178
+ template = template.to_pw_aff()
179
+
190
180
  # {{{ deal with Aff, PwAff
191
181
 
192
182
  # The technique below will not work for PwAff et al, because there is *only*
@@ -1,14 +1,21 @@
1
+ import os
2
+ import re
1
3
  from collections.abc import Callable, Collection, Iterable, Mapping, Sequence
4
+ from functools import update_wrapper
5
+ from sys import intern
2
6
  from typing import (
3
7
  TYPE_CHECKING,
4
8
  Any,
5
9
  ClassVar,
10
+ Concatenate,
6
11
  Literal,
12
+ ParamSpec,
7
13
  Protocol,
8
14
  TypeAlias,
9
15
  TypeVar,
10
16
  cast,
11
17
  )
18
+ from warnings import warn
12
19
 
13
20
 
14
21
  if TYPE_CHECKING:
@@ -544,6 +551,8 @@ def obj_get_var_names(self: HasSpace, dimtype: _isl.dim_type) -> Sequence[str]:
544
551
 
545
552
 
546
553
  def pwaff_get_pieces(self: _isl.PwAff | _isl.Aff) -> list[tuple[_isl.Set, _isl.Aff]]:
554
+ if isinstance(self, _isl.Aff):
555
+ self = self.to_pw_aff()
547
556
  result: list[tuple[_isl.Set, _isl.Aff]] = []
548
557
 
549
558
  def append_tuple(s: _isl.Set, v: _isl.Aff):
@@ -1013,3 +1022,78 @@ for cls in ALL_CLASSES:
1013
1022
 
1014
1023
 
1015
1024
  _add_functionality()
1025
+
1026
+
1027
+ P = ParamSpec("P")
1028
+ ResultT = TypeVar("ResultT")
1029
+
1030
+
1031
+ _DOWNCAST_RE = re.compile(
1032
+ r"Downcast from :class:`([A-Za-z]+)` to :class:`([A-Za-z]+)`.")
1033
+
1034
+
1035
+ _TO_METHODS = {
1036
+ "PwAff": "to_pw_aff",
1037
+ "PwMultiAff": "to_pw_multi_aff",
1038
+ "UnionPwAff": "to_union_pw_aff",
1039
+ "UnionPwMultiAff": "to_union_pw_multi_aff",
1040
+ "LocalSpace": "to_local_space",
1041
+ "Set": "to_set",
1042
+ "UnionSet": "to_union_set",
1043
+ "Map": "to_map",
1044
+ "UnionMap": "to_union_map",
1045
+ }
1046
+
1047
+
1048
+ def _depr_downcast_wrapper(
1049
+ f: Callable[Concatenate[object, P], ResultT],
1050
+ ) -> Callable[Concatenate[object, P], ResultT]:
1051
+ doc = f.__doc__
1052
+ assert doc is not None
1053
+ m = _DOWNCAST_RE.search(doc)
1054
+ assert m, doc
1055
+ basic_cls_name = intern(m.group(1))
1056
+ tgt_cls_name = m.group(2)
1057
+
1058
+ tgt_cls = cast("type", getattr(_isl, tgt_cls_name))
1059
+ is_overload = "Overloaded function" in doc
1060
+ msg = (f"{basic_cls_name}.{f.__name__} "
1061
+ f"with implicit conversion of self to {tgt_cls_name} is deprecated "
1062
+ "and will stop working in 2026. "
1063
+ f"Explicitly convert to {tgt_cls_name}, "
1064
+ f"using .{_TO_METHODS[tgt_cls_name]}().")
1065
+
1066
+ if is_overload:
1067
+ def wrapper(self: object, *args: P.args, **kwargs: P.kwargs) -> ResultT:
1068
+ # "Try to" detect bad invocations of, e.g., Set.union, which is
1069
+ # an overload of normal union and UnionSet.union.
1070
+ if (
1071
+ any(isinstance(arg, tgt_cls) for arg in args)
1072
+ or
1073
+ any(isinstance(arg, tgt_cls) for arg in kwargs.values())
1074
+ ):
1075
+ warn(msg, DeprecationWarning, stacklevel=2)
1076
+
1077
+ return f(self, *args, **kwargs)
1078
+ else:
1079
+ def wrapper(self: object, *args: P.args, **kwargs: P.kwargs) -> ResultT:
1080
+ warn(msg, DeprecationWarning, stacklevel=2)
1081
+
1082
+ return f(self, *args, **kwargs)
1083
+ update_wrapper(wrapper, f)
1084
+ return wrapper
1085
+
1086
+
1087
+ def _monkeypatch_self_downcast_deprecation():
1088
+ for cls in ALL_CLASSES:
1089
+ for attr_name in dir(cls):
1090
+ val = cast("object", getattr(cls, attr_name))
1091
+ doc = getattr(val, "__doc__", None)
1092
+ if doc and "\nDowncast from " in doc:
1093
+ setattr(cls, attr_name, _depr_downcast_wrapper(
1094
+ cast("Callable", val), # pyright: ignore[reportMissingTypeArgument]
1095
+ ))
1096
+
1097
+
1098
+ if not os.environ.get("ISLPY_NO_DOWNCAST_DEPRECATION", None):
1099
+ _monkeypatch_self_downcast_deprecation()
@@ -2,7 +2,7 @@
2
2
  build-backend = "scikit_build_core.build"
3
3
  requires = [
4
4
  "scikit-build-core >=0.9.3",
5
- "nanobind >=1.9.2",
5
+ "nanobind >=2.7",
6
6
  "pcpp",
7
7
 
8
8
  # stubgen uses @override :/
@@ -11,7 +11,7 @@ requires = [
11
11
 
12
12
  [project]
13
13
  name = "islpy"
14
- version = "2025.2"
14
+ version = "2025.2.2"
15
15
  description = "Wrapper around isl, an integer set library"
16
16
  readme = "README.rst"
17
17
  license = "MIT"
@@ -343,4 +343,10 @@ namespace isl
343
343
  wrap_##name.attr("_base_name") = #name; \
344
344
  wrap_##name.attr("_isl_name") = "isl_"#name; \
345
345
 
346
+ #define MAKE_TO_METHOD(from, to) \
347
+ wrap_##from.def("to_" #to, [](isl::from const &s) { return new isl::to(s); });
348
+ #define MAKE_INIT_CONVERTIBLE(from, to) \
349
+ wrap_##to.def(py::init_implicit<isl::from const &>());
350
+
351
+
346
352
  // vim: foldmethod=marker
@@ -112,21 +112,21 @@ void islpy_expose_part1(py::module_ &m)
112
112
  MAKE_WRAP(aff, Aff);
113
113
 
114
114
  MAKE_WRAP(pw_aff, PwAff);
115
- wrap_pw_aff.def(py::init_implicit<isl::aff const &>());
115
+ MAKE_INIT_CONVERTIBLE(aff, pw_aff);
116
+ MAKE_TO_METHOD(aff, pw_aff);
116
117
 
117
118
  MAKE_WRAP(union_pw_aff, UnionPwAff);
118
- wrap_union_pw_aff.def(py::init_implicit<isl::aff const &>());
119
- wrap_union_pw_aff.def(py::init_implicit<isl::pw_aff const &>());
119
+ MAKE_INIT_CONVERTIBLE(pw_aff, union_pw_aff);
120
120
 
121
121
  MAKE_WRAP(multi_id, MultiId);
122
122
 
123
123
  MAKE_WRAP(multi_aff, MultiAff);
124
124
 
125
125
  MAKE_WRAP(pw_multi_aff, PwMultiAff);
126
- wrap_pw_multi_aff.def(py::init_implicit<isl::multi_aff const &>());
126
+ MAKE_INIT_CONVERTIBLE(multi_aff, pw_multi_aff)
127
127
 
128
128
  MAKE_WRAP(union_pw_multi_aff, UnionPwMultiAff);
129
- wrap_union_pw_multi_aff.def(py::init_implicit<isl::pw_multi_aff const &>());
129
+ MAKE_INIT_CONVERTIBLE(pw_multi_aff, union_pw_multi_aff)
130
130
 
131
131
  MAKE_WRAP(multi_pw_aff, MultiPwAff);
132
132
 
@@ -169,7 +169,8 @@ void islpy_expose_part1(py::module_ &m)
169
169
 
170
170
  MAKE_WRAP(space, Space);
171
171
  MAKE_WRAP(local_space, LocalSpace);
172
- wrap_local_space.def(py::init_implicit<isl::space const &>());
172
+ MAKE_INIT_CONVERTIBLE(space, local_space);
173
+ MAKE_TO_METHOD(space, local_space);
173
174
 
174
175
  #include "gen-expose-part1.inc"
175
176
  }
@@ -0,0 +1,50 @@
1
+ #include "wrap_isl.hpp"
2
+
3
+ namespace isl
4
+ {
5
+ #include "gen-wrap-part2.inc"
6
+ }
7
+
8
+ void islpy_expose_part2(py::module_ &m)
9
+ {
10
+ MAKE_WRAP(basic_set, BasicSet);
11
+ wrap_basic_set.def("__hash__", [](isl::basic_set const &self) {
12
+ isl::set set_self(self);
13
+ return isl_set_get_hash(set_self.m_data);
14
+ });
15
+ // used in align_dims
16
+ wrap_basic_set.def("is_params", [](isl::basic_set const &self) {
17
+ isl::set set_self(self);
18
+ return bool(isl_set_is_params(set_self.m_data));
19
+ });
20
+
21
+ MAKE_WRAP(basic_map, BasicMap);
22
+ wrap_basic_map.def("__hash__", [](isl::basic_map const &self) {
23
+ isl::map map_self(self);
24
+ return isl_map_get_hash(map_self.m_data);
25
+ });
26
+
27
+ MAKE_WRAP(set, Set);
28
+ MAKE_INIT_CONVERTIBLE(basic_set, set);
29
+
30
+ MAKE_WRAP(map, Map);
31
+ MAKE_INIT_CONVERTIBLE(basic_map, map);
32
+ MAKE_TO_METHOD(basic_map, map);
33
+
34
+ MAKE_WRAP(union_set, UnionSet);
35
+ MAKE_INIT_CONVERTIBLE(set, union_set);
36
+
37
+ MAKE_WRAP(union_map, UnionMap);
38
+ MAKE_INIT_CONVERTIBLE(map, union_map);
39
+
40
+ MAKE_WRAP(point, Point);
41
+
42
+ MAKE_WRAP(vertex, Vertex);
43
+
44
+ MAKE_WRAP(cell, Cell);
45
+
46
+ MAKE_WRAP(vertices, Vertices);
47
+ MAKE_WRAP(stride_info, StrideInfo);
48
+
49
+ #include "gen-expose-part2.inc"
50
+ }
@@ -1,5 +1,6 @@
1
1
  import argparse
2
2
  import importlib
3
+ import os
3
4
  import sys
4
5
  from collections.abc import Callable
5
6
  from pathlib import Path
@@ -60,6 +61,7 @@ def main():
60
61
 
61
62
  sys.path.extend(cast("list[str]", args.python_path or []))
62
63
 
64
+ os.environ["ISLPY_NO_DOWNCAST_DEPRECATION"] = "1"
63
65
  mod = importlib.import_module(cast("str", args.module))
64
66
  for fname in cast("list[str]", args.exec or []):
65
67
  execdict = {"__name__": "islpy._monkeypatch"}
@@ -74,6 +76,7 @@ def main():
74
76
  )
75
77
  sg.put(mod)
76
78
  prefix_lines = "\n".join([
79
+ "from typing_extensions import Self",
77
80
  "from collections.abc import Callable",
78
81
  ])
79
82
  with open(output_path / "_isl.pyi", "w") as outf:
@@ -45,7 +45,7 @@ def test_basics():
45
45
  context=ctx)
46
46
 
47
47
  points = []
48
- bset.foreach_point(points.append)
48
+ bset.to_set().foreach_point(points.append)
49
49
 
50
50
  for pt in points:
51
51
  print(pt)
@@ -160,12 +160,14 @@ def test_get_coefficients_by_name():
160
160
  def test_count_brick_ish():
161
161
  a = isl.BasicSet("[n] -> {[i,j]: 0<= i < n and 0<= j < n and j<= i}")
162
162
 
163
- def count(bset):
163
+ def count(set):
164
+ if isinstance(set, isl.BasicSet):
165
+ set = set.to_set()
164
166
  result = 1
165
167
 
166
- for i in range(bset.dim(isl.dim_type.set)):
167
- dmax = bset.dim_max(i)
168
- dmin = bset.dim_min(i)
168
+ for i in range(set.dim(isl.dim_type.set)):
169
+ dmax = set.dim_max(i)
170
+ dmin = set.dim_min(i)
169
171
 
170
172
  length = isl.PwQPolynomial.from_pw_aff(dmax - dmin + 1)
171
173
 
@@ -1,36 +0,0 @@
1
- #include "wrap_isl.hpp"
2
-
3
- namespace isl
4
- {
5
- #include "gen-wrap-part2.inc"
6
- }
7
-
8
- void islpy_expose_part2(py::module_ &m)
9
- {
10
- MAKE_WRAP(basic_set, BasicSet);
11
-
12
- MAKE_WRAP(basic_map, BasicMap);
13
-
14
- MAKE_WRAP(set, Set);
15
- wrap_set.def(py::init_implicit<isl::basic_set const &>());
16
-
17
- MAKE_WRAP(map, Map);
18
- wrap_map.def(py::init_implicit<isl::basic_map const &>());
19
-
20
- MAKE_WRAP(union_set, UnionSet);
21
- wrap_union_set.def(py::init_implicit<isl::set const &>());
22
-
23
- MAKE_WRAP(union_map, UnionMap);
24
- wrap_union_map.def(py::init_implicit<isl::map const &>());
25
-
26
- MAKE_WRAP(point, Point);
27
-
28
- MAKE_WRAP(vertex, Vertex);
29
-
30
- MAKE_WRAP(cell, Cell);
31
-
32
- MAKE_WRAP(vertices, Vertices);
33
- MAKE_WRAP(stride_info, StrideInfo);
34
-
35
- #include "gen-expose-part2.inc"
36
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes