[PATCH] D17477: [Polly] [RFC] Allow the client of DependenceInfo to obtain dependences at different granularities.
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 2 23:29:34 PST 2016
grosser accepted this revision.
grosser added a comment.
This revision is now accepted and ready to land.
Hi ether,
this change looks generally good to me.
================
Comment at: include/polly/DependenceInfo.h:222
@@ +221,3 @@
+ for (auto &d : D)
+ d.reset();
+ }
----------------
Would clearing the full map also work?
http://reviews.llvm.org/D17477
More information about the llvm-commits
mailing list