enhance constant folding to be able to constant fold bitcast of
authorChris Lattner <sabre@nondot.org>
Fri, 27 Jan 2012 01:44:03 +0000 (01:44 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 27 Jan 2012 01:44:03 +0000 (01:44 +0000)
commitf983da030e8295ae0f9a74d1185f999485f792b3
treec033072ddf8ee19c88d4a40ab993493c9a1f6436
parentcb5dca38157a48c734660746e7f7340d5db7c2db
enhance constant folding to be able to constant fold bitcast of
ConstantVector's to integer type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149110 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ConstantFolding.cpp
test/Transforms/ConstProp/basictest.ll
test/Transforms/InstCombine/icmp.ll