Lower CONCAT_VECTOR during legalization instead of matching it during isel.
authorBob Wilson <bob.wilson@apple.com>
Mon, 3 Aug 2009 20:36:38 +0000 (20:36 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 3 Aug 2009 20:36:38 +0000 (20:36 +0000)
commita6d658620f1b8803825d3d3adc5d5ed9b36dc422
tree8c488d1ebe861911811bebb2b21bbdada3665b07
parent980daea857719b3eeb7dc88fe013049d361d955b
Lower CONCAT_VECTOR during legalization instead of matching it during isel.
Add a testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77992 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/vcombine.ll [new file with mode: 0644]