[llvm-commits] [PATCH] Fix decoding for Thumb short branch

Kevin Enderby enderby at apple.com
Mon Jun 4 14:43:06 PDT 2012


Looks good to me!  Please commit or let me know if you want me to commit it for you.

Thanks,
Kev

On Jun 1, 2012, at 3:46 AM, Richard Barton wrote:

> 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
> 
> <T1_Bcc_immediate.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list