[PATCH] ARM: fix t2am_imm8_offset printer

Amaury de la Vieuville Amaury.delaVieuville at arm.com
Thu Jun 13 07:21:46 PDT 2013


> When t2am_imm8_offset is printed with imm=LONG_MIN, #--2147483648
> is
> printed instead of #-2147483648. This patch fixes that behaviour.

Correction, my last patch is wrong, the encoding I was trying to fix is #-0 not LONG_MIN.
The attached patch correctly handles the encoding of #-0 in the printer.

Thanks,
Amaury

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pimm.diff
Type: application/octet-stream
Size: 1522 bytes
Desc: pimm.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130613/a5c1ae38/attachment.obj>


More information about the llvm-commits mailing list