Enhance earlycse to do CSE of casts, instsimplify and die.
authorChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2011 23:04:14 +0000 (23:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2011 23:04:14 +0000 (23:04 +0000)
commitcc9eab26b3867fa4a835deb518a6a606882e8f49
treee556543efc455fba8f299e7b7bd8e43b7167b948
parent9fc5cdf77c812aaa80419036de27576d45894d0d
Enhance earlycse to do CSE of casts, instsimplify and die.
Add a testcase.

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