[llvm-commits] FIX for PR13537: incorrect ADR encoding

Stepan Dyatkovskiy stpworld at narod.ru
Fri Aug 17 02:26:04 PDT 2012


Hi all. Please find the fix for PR13537 in attachment:
llvm-mc incorrectly assembles ADR instructions for ARM
T1 encoding implemented incorrectly for ADR. We should store high 8 bits 
of immediate, that is 10 bit width value. Currently imm interpreted as 8 
bit value and low 8 bits are encoded instead.

-Stepan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr13537.patch
Type: text/x-patch
Size: 1290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120817/5030aecd/attachment.bin>


More information about the llvm-commits mailing list