Further changes for Neon vector shuffles:
authorBob Wilson <bob.wilson@apple.com>
Mon, 7 Jun 2010 23:53:38 +0000 (23:53 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 7 Jun 2010 23:53:38 +0000 (23:53 +0000)
commit53dd2454d5a38af455a9b23a16b0cca8e691b070
tree29074ba46926e3ace73a5be87272dcde6b21c694
parent66dc4e2acdc96990e73cfc1b8d0c2d5fa9619ae5
Further changes for Neon vector shuffles:
- change isShuffleMaskLegal to show that all shuffles with 32-bit and 64-bit
  elements are legal
- the Neon shuffle instructions do not support 64-bit elements, but we were
  not checking for that before lowering shuffles to use them
- remove some 64-bit element vduplane patterns that are no longer needed

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105586 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrNEON.td