Simplify copying over operands from pseudo NEON load/store instructions.
authorBob Wilson <bob.wilson@apple.com>
Thu, 9 Sep 2010 00:15:32 +0000 (00:15 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 9 Sep 2010 00:15:32 +0000 (00:15 +0000)
commit63569c99ec944210d0edc687d7411b5c687e97a7
tree8281043bc27c1995fa31a0b69a727f70b52beae5
parent6c4329ec96fa49e42310a8fe57813a5d7b73e621
Simplify copying over operands from pseudo NEON load/store instructions.
For VLD3/VLD4 with double-spaced registers, add the implicit use of the
super register for both the instruction loading the even registers and the
instruction loading the odd registers.

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