Expand VMOVQQQQ pseudo instructions.
authorBob Wilson <bob.wilson@apple.com>
Sat, 13 Aug 2011 05:14:55 +0000 (05:14 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 13 Aug 2011 05:14:55 +0000 (05:14 +0000)
commit7dcd04abe0b0b1dbfb285faea2daece50f9aa502
treeebca6f2095da1dc75aea8adeabef7be3b794ce31
parent53b2b7364385b2f2d98c0052df73a637a81c2288
Expand VMOVQQQQ pseudo instructions.

Apparently we never added code to expand these pseudo instructions, and in
over a year, no one has noticed.  Our register allocator must be awesome!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137551 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMExpandPseudoInsts.cpp
test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll [new file with mode: 0644]