ppcg.c: eliminate_dead_code: also intersect schedule domain
commite1e8137dcb02f38a070e4f4ced7e4fa9835ad842
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 26 Nov 2014 15:07:39 +0000 (26 16:07 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 21 Feb 2015 19:08:06 +0000 (21 20:08 +0100)
treec63c92c791db9945861f1817613058c99738c5d2
parentbef9d96f09c3e8d90ec202fa7d8963f14c0ba9d4
ppcg.c: eliminate_dead_code: also intersect schedule domain

We will gradually be moving over to using schedule trees for our
computations, so we should update its domain with the result
of the dead code elimination as well.

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