[PATCH] D17381: [Polly] [RFC] Memory reference level dependency analysis
Hongbin Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 08:51:00 PST 2016
etherzhhb marked an inline comment as done.
================
Comment at: lib/Analysis/DependenceInfo.cpp:125
@@ -100,1 +124,3 @@
+ if (OptAnalysisLevel == REFERENCE_LEVEL_ANALYSIS)
+ accdom = tag(accdom, MA->getArrayId());
----------------
why it call polly_array_ref instead of polly_memory_access?
Repository:
rL LLVM
http://reviews.llvm.org/D17381
More information about the llvm-commits
mailing list