OSDN Git Service

DependenceAnalysis: Print all dependency pairs when dumping. Update all testcases.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 13 Nov 2012 12:12:02 +0000 (12:12 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 13 Nov 2012 12:12:02 +0000 (12:12 +0000)
commit563e8fce2ee22b21beb40ac65a6eaf2199d30414
tree128c879a8ead7124b679c72dbaeb09556bd46963
parentad1cc1d1bfc0accd3f1af5c02ac367ff46a4bfdf
DependenceAnalysis: Print all dependency pairs when dumping. Update all testcases.

Part of a patch by Preston Briggs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167827 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
lib/Analysis/DependenceAnalysis.cpp
test/Analysis/DependenceAnalysis/Banerjee.ll
test/Analysis/DependenceAnalysis/Coupled.ll
test/Analysis/DependenceAnalysis/ExactRDIV.ll
test/Analysis/DependenceAnalysis/ExactSIV.ll
test/Analysis/DependenceAnalysis/GCD.ll
test/Analysis/DependenceAnalysis/Preliminary.ll
test/Analysis/DependenceAnalysis/Propagating.ll
test/Analysis/DependenceAnalysis/Separability.ll
test/Analysis/DependenceAnalysis/StrongSIV.ll
test/Analysis/DependenceAnalysis/SymbolicRDIV.ll
test/Analysis/DependenceAnalysis/SymbolicSIV.ll
test/Analysis/DependenceAnalysis/WeakCrossingSIV.ll
test/Analysis/DependenceAnalysis/WeakZeroDstSIV.ll
test/Analysis/DependenceAnalysis/WeakZeroSrcSIV.ll
test/Analysis/DependenceAnalysis/ZIV.ll