Cache non-local memory dependence analysis. This is a significant compile
authorOwen Anderson <resistor@mac.com>
Thu, 16 Aug 2007 21:27:05 +0000 (21:27 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 16 Aug 2007 21:27:05 +0000 (21:27 +0000)
commit4d13de4e3bfc5121207efd01e1b31caa6bb4e40b
tree0371940ab6fd369f8f377513679cf6fd433d78a5
parentfe8e14a6c99261cfe9238c35761083cb4c99cc6a
Cache non-local memory dependence analysis.  This is a significant compile
time performance win in most cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41126 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/MemoryDependenceAnalysis.h
lib/Analysis/MemoryDependenceAnalysis.cpp