EXTRACT_VECTOR_ELEMENT can have result type different from element type.
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 30 Aug 2009 17:14:54 +0000 (17:14 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 30 Aug 2009 17:14:54 +0000 (17:14 +0000)
commitb00c03bb3548d1c2fd7ae95d6921d1aebbd5ca87
tree0177730306ea44066d128a94e99f8d1090df4da6
parentce0c81e7dd321e9f94f628daa5528f56cab0ab88
EXTRACT_VECTOR_ELEMENT can have result type different from element type.
Remove the assertion and generalize the code for ARM NEON stuff.

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