Add support for performing GVNPRE on cast instructions, and add a testcase for this.
authorOwen Anderson <resistor@mac.com>
Tue, 3 Jul 2007 18:37:08 +0000 (18:37 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 3 Jul 2007 18:37:08 +0000 (18:37 +0000)
commit216394f9b3dbad4b600721838c9da24a0690a131
tree40a8d804b5bd5254475bfb79c41641680e6a6a34
parent10c66c3b8417a0ef5c5ebaba615f382c0192d81f
Add support for performing GVNPRE on cast instructions, and add a testcase for this.

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