Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the
authorNate Begeman <natebegeman@mac.com>
Thu, 12 Feb 2009 21:28:33 +0000 (21:28 +0000)
committerNate Begeman <natebegeman@mac.com>
Thu, 12 Feb 2009 21:28:33 +0000 (21:28 +0000)
commit0f123cf732ad249117b7471e37bf819633b76a6e
treed7d5e2a91fdb79a3c27f19eef816c39958ea99a6
parent78e3e521cd90e5f6382c14b6e4d809fb59610ed6
Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the
type of the vectors being shuffled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64401 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/LLVMBitCodes.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/VMCore/Constants.cpp
test/Transforms/InstCombine/shufflevec-constant.ll [new file with mode: 0644]