A first stab at memory dependence analysis. This is an interface on top of
authorOwen Anderson <resistor@mac.com>
Fri, 6 Jul 2007 23:14:35 +0000 (23:14 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 6 Jul 2007 23:14:35 +0000 (23:14 +0000)
commit78e02f78ce68274163e1e63be59abd17aaaf6cbf
treec4eafee5447db3ab883adabb0a03af4e5316d68b
parentc9edf0b69b8a2ca3f40b506af1726fd228391b30
A first stab at memory dependence analysis.  This is an interface on top of
alias analysis, adding caching and lazy computation of queries.  This will
be used in planned improvements to memory access optimizations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37958 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/MemoryDependenceAnalysis.h [new file with mode: 0644]
lib/Analysis/MemoryDependenceAnalysis.cpp [new file with mode: 0644]