We now collect all types of dependences including lexically forward
deps not just "interesting" ones.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D13256
[LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFC ClosedPublic Authored by anemet on Sep 29 2015, 10:28 AM.
Details Summary We now collect all types of dependences including lexically forward
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 2 2015, 9:39 AM Closed by commit rL251985: [LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFC (authored by anemet). · Explain WhyNov 3 2015, 1:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 39112 llvm/trunk/include/llvm/Analysis/LoopAccessAnalysis.h
llvm/trunk/lib/Analysis/LoopAccessAnalysis.cpp
llvm/trunk/lib/Transforms/Scalar/LoopDistribute.cpp
llvm/trunk/test/Analysis/LoopAccessAnalysis/forward-loop-carried.ll
llvm/trunk/test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll
llvm/trunk/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll
llvm/trunk/test/Analysis/LoopAccessAnalysis/resort-to-memchecks-only.ll
llvm/trunk/test/Analysis/LoopAccessAnalysis/safe-no-checks.ll
llvm/trunk/test/Analysis/LoopAccessAnalysis/stride-access-dependence.ll
llvm/trunk/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
llvm/trunk/test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll
|