OSDN Git Service

Add support for Neon VEXT (vector extract) shuffles.
authorBob Wilson <bob.wilson@apple.com>
Wed, 19 Aug 2009 17:03:43 +0000 (17:03 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 19 Aug 2009 17:03:43 +0000 (17:03 +0000)
commitde95c1b88be44d4af916af8fba9d7940b7e98e32
tree26d10df107ad8809ef8778b5473ba884ccb59ccb
parent12a8a447a4ca5b939f255ae92e7fef490344593a
Add support for Neon VEXT (vector extract) shuffles.
This is derived from a patch by Anton Korzh.  I modified it to recognize
the VEXT shuffles during legalization and lower them to a target-specific
DAG node.

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