[polly] r212796 - DeadCodeElim: Compute correct liveout for non-affine accesses
Tobias Grosser
tobias at grosser.es
Fri Jul 11 02:19:56 PDT 2014
On 11/07/2014 10:57, Johannes Doerfert wrote:
> LGTM (not that it matters)
Thanks a lot. For me it is extremely valuable to get reviews. Thanks a lot.
>> + __isl_take isl_union_map *Kills = S.getMustWrites();
>> + __isl_take isl_union_map *Empty = isl_union_map_empty(S.getParamSpace());
> Why do you have isl annotations here ?
A copy and past mistake. Great you noticed.
Fixed in r212800.
Tobias
More information about the llvm-commits
mailing list