Add basic support for performing whole-function RLE.
authorOwen Anderson <resistor@mac.com>
Wed, 25 Jul 2007 19:57:03 +0000 (19:57 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 25 Jul 2007 19:57:03 +0000 (19:57 +0000)
commit0cd320362e91852c8f7f2c8c4841498aab7f92fa
tree7174037d9f9bcdea411053350575427b91a13fd8
parent7e9e10bd46dc4fd6d7de3ed1cbe28b3a058736fc
Add basic support for performing whole-function RLE.
Note: This has not yet been thoroughly tested.  Use at your own risk.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40489 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/MemoryDependenceAnalysis.h
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Transforms/Scalar/GVN.cpp
test/Transforms/GVN/dominated.ll [new file with mode: 0644]
test/Transforms/GVN/nonlocal.ll [new file with mode: 0644]
test/Transforms/GVN/semidominated.ll [new file with mode: 0644]