Modified depends() to recognize that when all levels are "=" and
authorPreston Briggs <preston.briggs@gmail.com>
Tue, 27 Nov 2012 19:12:26 +0000 (19:12 +0000)
committerPreston Briggs <preston.briggs@gmail.com>
Tue, 27 Nov 2012 19:12:26 +0000 (19:12 +0000)
commit3c1cc3888bbfbb568dad296f577c63eba8999a72
tree37760083ef201306b4434bb034c74cc1f3e677cb
parentcc7773bdcbecf893cb9442a77cdf5e41f2af4256
Modified depends() to recognize that when all levels are "=" and
there's no possible loo-independent dependence, then there's no
dependence.

Updated all test result appropriately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168719 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