Use more caching when computing non-local dependence. This makes bzip2 not
authorOwen Anderson <resistor@mac.com>
Mon, 30 Jul 2007 17:29:24 +0000 (17:29 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 30 Jul 2007 17:29:24 +0000 (17:29 +0000)
commit45c8388e2a94502ded17dc493fe3fb10b04ce439
tree98ebecfe5db2b291532428176c7dcc5102e0bac2
parent4f9ba7c40c41cae3d9730c5416a2750dea4f0ff4
Use more caching when computing non-local dependence.  This makes bzip2 not
use up the entire 32-bit address space.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40596 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Transforms/Scalar/GVN.cpp