isl_ast_build: keep track of mapping from internal to input schedule space
commit4a30976de11b14060b0f77f9a0b3a359a0920ccf
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 26 Sep 2013 09:51:10 +0000 (26 11:51 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 Feb 2015 09:52:42 +0000 (25 10:52 +0100)
tree78816582a1cbcbe98811e8ce03e59e267cbc66fa
parent978192140aa4be7176c3bded39cbbb77a0f5b316
isl_ast_build: keep track of mapping from internal to input schedule space

We will need this to support the isolate schedule tree AST generation option
which refers to the schedule space of the tree, while, internally,
we may have adjusted the schedule space.

We mainly need to keep track of this mapping in case we decide to scale
down a schedule dimension, but it is also convenient for mapping the
isolate option to the right space.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_ast_build.c
isl_ast_build_private.h