Teach SplitVectorOp how to split INSERT_VECTOR_ELT.
authorDan Gohman <gohman@apple.com>
Fri, 28 Sep 2007 23:53:40 +0000 (23:53 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 28 Sep 2007 23:53:40 +0000 (23:53 +0000)
commit9fe4662d9a9e5b346dc053b6a53bc3d096adb77b
tree65bfa17ff3aaad56701caee5e2cb8de1c1af8585
parent763856526f6d98f8cce313590fb2555628e36f04
Teach SplitVectorOp how to split INSERT_VECTOR_ELT.

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