[PATCH] D17381: [Polly] [RFC] Access level dependency analysis
Hongbin Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 08:15:56 PST 2016
etherzhhb added inline comments.
================
Comment at: lib/Analysis/DependenceInfo.cpp:287
@@ -266,1 +286,3 @@
+
+ if (isl_union_map_is_empty(AccessSchedule) && false) {
isl_union_map_free(AccessSchedule);
----------------
etherzhhb wrote:
> ah ... this line is incorrect...
~~ah ... this line is incorrect...~~
Repository:
rL LLVM
http://reviews.llvm.org/D17381
More information about the llvm-commits
mailing list