[PATCH] Fix ARM vcvt encoding when the number of fractional bits is zero

Mihail Popa mihail.popa at gmail.com
Wed Aug 21 10:12:14 PDT 2013


Hi. Please review the attached patch.

The instruction to convert between floating point and fixed point
representations
takes an immediate operand for the number of fractional bits of the fixed
point
value. ARMARM specifies that when that number of bits is zero, the assembler
should encode floating point/integer conversion instructions.

This patch adds the necessary instruction aliases to achieve this behaviour.

Regards,
Mihai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130821/3f9cd8dc/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LLVM-718.vcvtalias.patch
Type: application/octet-stream
Size: 3459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130821/3f9cd8dc/attachment.obj>


More information about the llvm-commits mailing list