[llvm-commits] [PATCH] load/store shift fix

Christopher Lidbury Christopher.Lidbury at arm.com
Fri Sep 21 06:07:46 PDT 2012


Hi,

Please review these two patches.

The first patch is the same as the patch I previously sent, with the assertions.

The second patch builds upon the first by fixing how the shift is printed for the rest of the instructions that can have a "register shift immediate".

Thanks,

~Chris

From: llvm-commits-bounces at cs.uiuc.edu<mailto:llvm-commits-bounces at cs.uiuc.edu> [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Christopher Lidbury
Sent: 17 September 2012 14:11
To: llvm-commits at cs.uiuc.edu<mailto:llvm-commits at cs.uiuc.edu>
Subject: [llvm-commits] [PATCH] load/store shift fix

Hi,

Please review this patch.

It fixes a problem where some load/store instructions had the "register shift immediate" operand being disassembled, parsed and printed incorrectly.

Thanks,

~Chris

-- 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.

-- 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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120921/912215c0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Second-patch.patch
Type: application/octet-stream
Size: 8077 bytes
Desc: 0002-Second-patch.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120921/912215c0/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-First-patch.patch
Type: application/octet-stream
Size: 11317 bytes
Desc: 0001-First-patch.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120921/912215c0/attachment-0001.obj>


More information about the llvm-commits mailing list