isl_stream_read_multi_pw_aff: reuse read_conditional_multi_pw_aff
commit4e71942c92427671bb26bcdd4112f9ea8810d27c
authorSven Verdoolaege <sven@cerebras.net>
Wed, 10 Aug 2022 08:26:40 +0000 (10 10:26 +0200)
committerSven Verdoolaege <sven@cerebras.net>
Mon, 2 Jan 2023 13:37:44 +0000 (2 14:37 +0100)
treea77de64654a7f448070d924d23045c24506bdee5
parent69a32df574d3a4be5031d7e0e3c5d9539758f596
isl_stream_read_multi_pw_aff: reuse read_conditional_multi_pw_aff

This removes some code duplication.
Note that the final call to vars_drop inside read_conditional_multi_pw_aff
is redundant here, but it is also harmless.

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