llvm-6502/test/Analysis
Preston Briggs 6ee74f52e9 Modify depends(Src, Dst, PossiblyLoopIndependent).
If the Src and Dst are the same instruction,
no loop-independent dependence is possible,
so we force the PossiblyLoopIndependent flag to false.

The test case results are updated appropriately.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168678 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-27 06:41:46 +00:00
..
BasicAA Phi speculation improvement for BasicAA 2012-11-17 02:33:15 +00:00
BlockFrequencyInfo
BranchProbabilityInfo BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle 2012-08-24 18:14:27 +00:00
CallGraph Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic) 2012-09-26 17:16:01 +00:00
CostModel CostModel: add another known vector trunc optimization. 2012-11-06 21:17:17 +00:00
DependenceAnalysis Modify depends(Src, Dst, PossiblyLoopIndependent). 2012-11-27 06:41:46 +00:00
Dominators
GlobalsModRef
LoopInfo
PostDominators
Profiling Add default JIT LIT variable. 2012-10-02 10:57:08 +00:00
RegionInfo
ScalarEvolution
TypeBasedAliasAnalysis