isl_input.c: isl_stream_read_with_params_pw_aff: extract read_conditional_aff
commite1390d841564e516e6b8b7a520d6361063b94e69
authorSven Verdoolaege <sven@cerebras.net>
Wed, 10 Aug 2022 13:58:56 +0000 (10 15:58 +0200)
committerSven Verdoolaege <sven@cerebras.net>
Mon, 2 Jan 2023 13:41:02 +0000 (2 14:41 +0100)
tree36b1fc013ad13af34310c58b7f407afd2f6b311b
parent6a7f3c1f6400ecbfd8eb8ecbf8689a3da3b84bb2
isl_input.c: isl_stream_read_with_params_pw_aff: extract read_conditional_aff

This extracts out the parts of isl_stream_read_with_params_pw_aff
that are specific to reading an isl_aff expression.
This prepares for extracting out a generic isl_stream_read_with_params_*
in the next commit.

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