Improve support for vector casts in LLVM IR and CodeGen.
authorDan Gohman <gohman@apple.com>
Thu, 14 Aug 2008 20:04:46 +0000 (20:04 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 14 Aug 2008 20:04:46 +0000 (20:04 +0000)
commit7f8613e5b8398b688080e3c944ab8c11593e1ed0
tree2fe3e36cf3119d4e00b2da9dcaf673b464d9405b
parent22ae99908258dd5631fde7128a94c418ed08eae5
Improve support for vector casts in LLVM IR and CodeGen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54784 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Verifier.cpp
test/CodeGen/Generic/vector-casts.ll [new file with mode: 0644]