[PATCH] D17477: [Polly] [RFC] Allow the client of DependenceInfo to obtain dependences at different granularities.
Hongbin Zheng via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 2 23:37:05 PST 2016
etherzhhb added inline comments.
================
Comment at: include/polly/DependenceInfo.h:222
@@ +221,3 @@
+ for (auto &d : D)
+ d.reset();
+ }
----------------
grosser wrote:
> Would clearing the full map also work?
D is an array, may be I should look at something like DeleteContainerPointers
http://reviews.llvm.org/D17477
More information about the llvm-commits
mailing list