Fix a DAGCombiner abort on a bitcast from a scalar to a vector.
authorDan Gohman <gohman@apple.com>
Mon, 29 Oct 2007 20:44:42 +0000 (20:44 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 29 Oct 2007 20:44:42 +0000 (20:44 +0000)
commit090b38a0dafbdad144db1e2c5c9db082eb7dc9fe
tree80419ddf7ecb5453c2e08d1b536c37410576c3f4
parenta8cc4d3d3c71d260e454ee2c7e762b956b529091
Fix a DAGCombiner abort on a bitcast from a scalar to a vector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43470 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/X86/bitcast-int-to-vector.ll [new file with mode: 0644]