ppcg_kernel_stmt: represent index expressions as accesses
commitc1b88dfaea5dbbec7bd3bece53a69d1c05f12c22
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 15 Aug 2013 10:35:19 +0000 (15 12:35 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 6 Sep 2013 08:39:44 +0000 (6 10:39 +0200)
treed24e490d058963a000e92a60f8b71c4a77bfeeca
parent75d330345bc0d780cc22d63609c52326336eac0b
ppcg_kernel_stmt: represent index expressions as accesses

When this code was introduced, there was no
isl_ast_build_access_from_pw_multi_aff, so we used
isl_ast_build_call_from_pw_multi_aff instead and printed the
expression manually.  Now, we can simply call
isl_ast_build_call_from_pw_multi_aff and let isl do the printing.

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