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

Richard Barton richard.barton at arm.com
Fri Apr 27 10:01:07 PDT 2012


[Patch attached this time ;-)]

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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: IT_upper_case_condition_codes.patch
Type: application/octet-stream
Size: 1641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120427/9ee41cfe/attachment.obj>


More information about the llvm-commits mailing list