[llvm-commits] [patch] MOV pattern for thumb-2 needed to handle shifted immediates

David Goodwin david_goodwin at apple.com
Thu Jun 25 17:15:16 PDT 2009


Currently there is a pattern for the thumb-2 MOV 16-bit immediate  
instruction. That instruction cannot write the flags so it should use  
T2I instead of T2sI.
Also, added a pattern for the thumb-2 MOV of shifted immediate since  
that can encode immediates not encodable by the 16-bit immediate.

David


-------------- next part --------------
A non-text attachment was scrubbed...
Name: mov.patch
Type: application/octet-stream
Size: 2386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090625/17039c1c/attachment.obj>
-------------- next part --------------




More information about the llvm-commits mailing list