pn2adg: handle dynamic control variables in generated AST
commit7fa303b6e288ba514bf6208f4e3666a0cb51cb95
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 11 Nov 2012 11:19:51 +0000 (11 12:19 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 22 Nov 2012 14:56:55 +0000 (22 15:56 +0100)
tree32686d7e7125d4a3df20962089e51fc6aff04d47
parent52393eacfcd4f046a52de28ece47afa8259f12e7
pn2adg: handle dynamic control variables in generated AST

Supporting dynamic control variables in the generated AST
was difficult when we were still using CLooG to generate ASTs.
Now that we have switched to isl, we can exploit nested AST generation
to first generate an outer tree without dynamic control variables
and then an inner tree with dynamic control variables.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
adg_xml.cc