You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, hacking this naively (similar to line 646) doesn't seem to work because ast_op_type is an enum, and the argument order is reversed compared to ast_op_type_set_print_name .
I noticed that the ISL function
isl_ast_op_type_print_macro
got parsed into the wrong class:https://documen.tician.de/islpy/ref_ast.html?highlight=op_type_print_macro#islpy.AstExpr.op_type_print_macro.
I'm leaving an issue here since I'm not sure what's the best approach to fix it.
The text was updated successfully, but these errors were encountered: