simplify live-out computation
commit93cac9431108a69c2bae27b4fa1dfba9e998c53b
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 5 Dec 2015 15:10:35 +0000 (5 16:10 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 9 Dec 2015 10:55:29 +0000 (9 11:55 +0100)
tree2c285d792598f5540f8934a7a7eebd2f8273809d
parent4738f90657847644b458924dc3cb1bf990561158
simplify live-out computation

The original code had to jump through some hoops to figure out
exactly which elements had been killed.
Use the newly introduced isl_union_flow_get_full_may_dependence
to obtain those elements directly.

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