Add support for ARM Neon VREV instructions.
authorBob Wilson <bob.wilson@apple.com>
Sun, 26 Jul 2009 00:39:34 +0000 (00:39 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sun, 26 Jul 2009 00:39:34 +0000 (00:39 +0000)
commit8bb9e48752b4a88e512ceb8fb802e2cdf8150e7b
treeefd9a938e443fb0b9ab8efd7f3f60fa0a9210709
parent3f53fa9a51c4ce7ba81170ca7ab2e49bd37281b0
Add support for ARM Neon VREV instructions.
Patch by Anton Korzh, with some modifications from me.

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