[llvm-commits] [PATCH] fix assembly of ARM VFP VMOV instruction
Jim Grosbach
grosbach at apple.com
Fri Jul 6 14:55:35 PDT 2012
LGTM!
Thanks,
Jim
On Jul 4, 2012, at 12:02 PM, Richard Barton <richard.barton at arm.com> wrote:
> 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
>
> <vmovssrr.patch>
More information about the llvm-commits
mailing list