isl_tab_basic_map_partial_lexopt*: drop redundant check
commit6b1b23b35ac608cb7e839bae83222692398fbbb7
authorSven Verdoolaege <sven@cerebras.net>
Fri, 17 Mar 2023 09:35:10 +0000 (17 10:35 +0100)
committerSven Verdoolaege <sven@cerebras.net>
Sat, 25 May 2024 15:31:27 +0000 (25 17:31 +0200)
tree040f3ca27480ec0df799a7f1115592ea9c171435
parent6dff4a1e274881b3b9b3077fd0624c8fb74136f9
isl_tab_basic_map_partial_lexopt*: drop redundant check

Either ISL_OPT_FULL is set, in which case the domain is derived
from the map and is therefore necessarily compatible, or
it is not set, in which case isl_basic_map_intersect_domain
gets called, which performs the same check.

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