[PATCH] D19886: Add ability to use DependenceAnalysis from LoopAccessAnalysis

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 08:12:42 PDT 2016


sbaranga added a subscriber: sbaranga.
sbaranga added a comment.

Overall, this looks like a very good goal.

The only problem that I can see would be that the Dependence Analysis won't be able to use the extra run-time information from loop versioning. In these cases, the current built-in logic might get a NoDep (there probably is a way to fix this).


http://reviews.llvm.org/D19886





More information about the llvm-commits mailing list