We now collect all types of dependences including lexically forward
deps not just "interesting" ones.
Details
Details
Diff Detail
Diff Detail
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 36000 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
|