add isl_multi_aff_list_read_from_str
commitc2b6fa94b6144d87332636025131f058cf4c1f54
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 11 Aug 2017 11:42:59 +0000 (11 13:42 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 1 Nov 2017 21:08:05 +0000 (1 22:08 +0100)
treecb733356c087f31a241394158dd73430e72ab93c
parentde996c95287f1634b5b402f26f14c0edcc5a7c21
add isl_multi_aff_list_read_from_str

This function will be used to read intra-statement consecutivity constraints
from a string representation.
It is also needed for proper Python bindings.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
doc/user.pod
include/isl/aff.h
include/isl/list.h
isl_list_read.c