Add support for ISD::SELECT in SplitVectorOp.
authorDan Gohman <gohman@apple.com>
Wed, 17 Oct 2007 14:48:28 +0000 (14:48 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 17 Oct 2007 14:48:28 +0000 (14:48 +0000)
commitc623096fe227a7705ccac5a5db514b64ccdfe6b2
tree51f3b3189b2492a7eed0305b3efcd879985852de
parentf411b83c8c6853c2a922b692e782566353153f08
Add support for ISD::SELECT in SplitVectorOp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43072 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
test/CodeGen/X86/split-select.ll [new file with mode: 0644]