[llvm-commits] [PATCH] Fix broken decoding for VCVT (between floating-point and fixed-point, Floating-point)

Richard Barton richard.barton at arm.com
Fri Mar 9 10:20:33 PST 2012


Hello

The attached patch fixes VCVT (between floating-point and fixed-point,
Floating-point) instruction decoding in MC.

The previous support omitted the register operand from the encoding. My patch
adds a new class to the hierarchy to handle the two different encodings for
double-precision and single-precision registers.

I have added a regression test for single and double precision flavours of this
instruction.

Thanks,
Richard Barton

-------------- next part --------------
A non-text attachment was scrubbed...
Name: vcvt_floating_to_fixed.patch
Type: application/octet-stream
Size: 7261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120309/9af840fd/attachment.obj>


More information about the llvm-commits mailing list