[llvm-commits] [PATCH] fix assembly of ARM VFP VMOV instruction
Richard Barton
richard.barton at arm.com
Wed Jul 4 12:02:51 PDT 2012
Hello reviewers
The ARM VFP instruction VMOV (between two ARM core registers and two
single-precision registers) is broken.
The encoding of the single precision base register Rm is UInt(Vm:M). MC
currently has this as UInt(M:Vm).
The attached patch rectifies this and updates the ARM fp regression tests.
Please review.
Regards,
Richard Barton
ARM Ltd, Cambridge
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vmovssrr.patch
Type: application/octet-stream
Size: 3583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120704/f9f32b7d/attachment.obj>
More information about the llvm-commits
mailing list