[llvm-commits] [llvm] r128246 - in /llvm/trunk: test/MC/Disassembler/ARM/thumb-tests.txt utils/TableGen/ARMDecoderEmitter.cpp
Jim Grosbach
grosbach at apple.com
Fri Mar 25 12:18:41 PDT 2011
On Mar 24, 2011, at 5:28 PM, Eli Friedman wrote:
> On Thu, Mar 24, 2011 at 4:21 PM, Johnny Chen <johnny.chen at apple.com> wrote:
>> Author: johnny
>> Date: Thu Mar 24 18:21:14 2011
>> New Revision: 128246
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=128246&view=rev
>> Log:
>> The ARM disassembler was confused with the 16-bit tSTMIA instruction.
>> According to A8.6.189 STM/STMIA/STMEA (Encoding T1), there's only tSTMIA_UPD available.
>> Ignore tSTMIA for the decoder emitter and add a test case for that.
>
> Why do we have a definition for an instruction which doesn't exist?
It's a bug.
More information about the llvm-commits
mailing list