[llvm-commits] [PATCH] MC cannot assemble IT instructions with an UPPER CASE IT condition

Jim Grosbach grosbach at apple.com
Fri Apr 27 09:21:00 PDT 2012


ENOPATCH :)

On Apr 27, 2012, at 7:13 AM, Richard Barton <richard.barton at arm.com> wrote:

> Hello reviewers
> 
> The attached patch fixes the ARM assembler to understand upper case condition codes in IT instructions.
> 
> It is a simple change to lower case the condition code operand, before matching. The similar code to parse the condition code on a mnemonic passes because the mnemonic is lower cased before matching.
> 
> Please review.
> 
> Thanks
> Rich
> 
> Richard Barton
> Senior Engineer - Compilation Tools
> ARM Ltd, Cambridge
> 01223 400864
> 
> 
> 
> 
> -- 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.
> 




More information about the llvm-commits mailing list