Combine both VMOVDRR(VMOVRRD) and VMOVRRD(VMOVDRR), instead of just doing one
authorBob Wilson <bob.wilson@apple.com>
Wed, 22 Sep 2010 22:09:21 +0000 (22:09 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 22 Sep 2010 22:09:21 +0000 (22:09 +0000)
commit0b8ccb82527616d0fabe5083e69a05e1950caff2
tree7fa2f67b85ca59bccf30478c7c7718d530a0a115
parentc1ac0d7623f4f2047b4ab86bd5a60a9e19432b38
Combine both VMOVDRR(VMOVRRD) and VMOVRRD(VMOVDRR), instead of just doing one
of those.  Refactor to share code for handling BUILD_VECTOR(VMOVRRD).
I don't have a testcase that exercises this, but it seems like an obvious
good thing to do.

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