isl_ast_codegen.c: create_node_scaled: hoist inclusion of stride guard
commitfd8e60200a9fe3b9d66b8d61ebbac6096844df21
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 29 Jul 2014 09:11:16 +0000 (29 11:11 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 16 Aug 2014 14:07:27 +0000 (16 16:07 +0200)
treed0f97dfe813251cbdb4c1b0575c64d0f1c7ce459
parentd32f3c6c6a306c9c874a66f11b884fb981d0a0d4
isl_ast_codegen.c: create_node_scaled: hoist inclusion of stride guard

In a future commit, we will want to exploit the fact that the stride
guard is going to be added to simplify the guards of the child nodes.
We first need to move the inclusion of the stride guard to a place
where will be able to exploit it later.

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