isl_tab_pip.c: basic_map_partial_lexopt_base_sol: remove micro-optimization
commitbca13511b75d45595bf467751ffee9e1197b8ac9
authorSven Verdoolaege <sven@cerebras.net>
Thu, 9 Feb 2023 11:08:39 +0000 (9 12:08 +0100)
committerSven Verdoolaege <sven@cerebras.net>
Sat, 30 Mar 2024 11:51:28 +0000 (30 12:51 +0100)
treecf4fb67e44533ff81415184ad49168ac4e30379f
parent25c24e91f542f6401f30ee9832850444ec15f40a
isl_tab_pip.c: basic_map_partial_lexopt_base_sol: remove micro-optimization

Both isl_basic_set_sort_divs and align_context_divs
should return fairly quickly when there are no local variables.
Removing the explicit check simplifies the code.

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