isl_ast_build_expr.c: isl_ast_expr_from_constraint: extract out stride detection
commit06aa45adf11ad15adb8cbaf24d99d7f0505be166
authorSven Verdoolaege <sven@cerebras.net>
Wed, 12 Jan 2022 09:37:36 +0000 (12 10:37 +0100)
committerSven Verdoolaege <sven@cerebras.net>
Sun, 31 Jul 2022 17:29:38 +0000 (31 19:29 +0200)
tree70dcad01e3c8a1ad667492a40d46c8fa18103488
parentd960516873ca8b0153916bbf3e99e9550e6ce443
isl_ast_build_expr.c: isl_ast_expr_from_constraint: extract out stride detection

This reduces the size of isl_ast_expr_from_constraint
(now isl_ast_expr_from_constraint_no_stride) and
improves readability.

Signed-off-by: Sven Verdoolaege <sven@cerebras.net>
isl_ast_build_expr.c