Skip to content
Snippets Groups Projects
Commit 508d3218 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Adapt to stricter handling of param domains in isl

parent 0a08950c
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ def iname_rel_aff(space, iname, rel, aff):
def static_extremum_of_pw_aff(pw_aff, constants_only, set_method, what, context):
if context is not None:
context = isl.align_spaces(context, pw_aff.get_domain_space(),
obj_bigger_ok=True)
obj_bigger_ok=True).params()
pw_aff = pw_aff.gist(context)
pieces = pw_aff.get_pieces()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment