Add support for performing GVNPRE on GEP instructions.
authorOwen Anderson <resistor@mac.com>
Tue, 3 Jul 2007 23:51:19 +0000 (23:51 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 3 Jul 2007 23:51:19 +0000 (23:51 +0000)
commit5653322e729fd2016556fd1d5e54cde20d3012d8
tree5cdf0bcc00c36668ffe1e4c110788a6cd8095b06
parent3c94f6ae077dcc48eff681097241b47b24b7b70b
Add support for performing GVNPRE on GEP instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37862 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVNPRE.cpp
test/Transforms/GVNPRE/gep.ll [new file with mode: 0644]