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

Richard Barton Richard.Barton at arm.com
Fri Apr 27 07:13:55 PDT 2012


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