AST generator: exploit implied guard to simplify inner guards
commitf4485101547c8e15de093ba1d02757b9f174dd02
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 29 Jul 2014 09:26:14 +0000 (29 11:26 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 22 Aug 2014 14:49:38 +0000 (22 16:49 +0200)
tree3c5ffb3726264bd18e15498be97d77a6a392ef2d
parentd708098a1f7a4ec5202620c908acf20139c50334
AST generator: exploit implied guard to simplify inner guards

Since we have to generate the implied guard any way, we might as well
use it to simplify the guards in the children.
It is not clear if this would ever have any effect in practice.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_ast_codegen.c