cloog_loop_simplify: add stride constraint before projecting on scattering dims
commit3f887704cd641a6c196fa712ea0f37ef81437072
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 9 Feb 2012 13:09:36 +0000 (9 14:09 +0100)
committerTobias Grosser <tobias@grosser.es>
Sat, 11 Feb 2012 16:21:30 +0000 (11 17:21 +0100)
treed207f7b2a1f4fe7b2f0fd2f27df24c3e4e502946
parent13b12b9c744d5264739fb63a5ef291c2851ced1e
cloog_loop_simplify: add stride constraint before projecting on scattering dims

The stride constraint, if any, refers to the original space of the loop
domain and not to its projection on the scattering dimensions.
We therefore need to add the stride constraint before performing any
projection.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Signed-off-by: Tobias Grosser <tobias@grosser.es>
source/loop.c