[llvm-commits] [PATCH] Fix decoding for Thumb short branch
Richard Barton
richard.barton at arm.com
Fri Jun 1 03:46:21 PDT 2012
Hello reviewers
Attached is a patch to fix the decoding of the Thumb Short conditional branch
instruction.
The decoder was previously sign extending the branch immediate wrongly, meaning
that branches to an immediate with bit 6 set would be negative rather than
positive.
Please review.
Regards,
Richard Barton
ARM Ltd, Cambridge
-------------- next part --------------
A non-text attachment was scrubbed...
Name: T1_Bcc_immediate.patch
Type: application/octet-stream
Size: 1888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120601/d4ebcecb/attachment.obj>
More information about the llvm-commits
mailing list