[llvm-commits] [PATCH] Fixes in ARM TableGen

James Molloy james.molloy at arm.com
Mon Aug 15 07:22:33 PDT 2011


Hi,

 

The attached patch does three things (they're each so small I kept them in
the same patch file - hope this is OK):

 

.         Fix the field offsets for UMAAL - RdHi and RdLo were the incorrect
way around (see A8.6.244). This required a fix to a test.

.         Set the DecoderMethod for STRH (and other addrmode3 stores)
correctly.

.         Remove two pieces of dead code - class AI3stridx and class AIsthpr
in ARMInstrFormats.td were not used anywhere.

 

Cheers,

 

James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110815/a7c51600/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: STRH_UMAAL.patch
Type: application/octet-stream
Size: 3459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110815/a7c51600/attachment.obj>


More information about the llvm-commits mailing list