[PATCH] D13256: [LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFC
Adam Nemet via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 10:28:46 PDT 2015
anemet created this revision.
anemet added a reviewer: hfinkel.
anemet added a subscriber: llvm-commits.
We now collect all types of dependences including lexically forward
deps not just "interesting" ones.
http://reviews.llvm.org/D13256
Files:
include/llvm/Analysis/LoopAccessAnalysis.h
lib/Analysis/LoopAccessAnalysis.cpp
lib/Transforms/Scalar/LoopDistribute.cpp
test/Analysis/LoopAccessAnalysis/forward-loop-carried.ll
test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll
test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll
test/Analysis/LoopAccessAnalysis/resort-to-memchecks-only.ll
test/Analysis/LoopAccessAnalysis/safe-no-checks.ll
test/Analysis/LoopAccessAnalysis/stride-access-dependence.ll
test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13256.36000.patch
Type: text/x-patch
Size: 19425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150929/3cd4c9c7/attachment.bin>
More information about the llvm-commits
mailing list