This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPS] Fix an issue with disassembling lwm32 instruction
ClosedPublic

Authored by zoran.jovanovic on Sep 15 2015, 8:01 AM.

Details

Summary

The microMIPS disassembler crashes on the following input:
0x21,0x3b,0x59,0x84,

Diff Detail

Repository
rL LLVM

Event Timeline

zoran.jovanovic retitled this revision from to [mips][microMIPS] Fix an issue with disassembling lwm32 instruction.
zoran.jovanovic updated this object.
zoran.jovanovic added a reviewer: dsanders.
zoran.jovanovic added a subscriber: llvm-commits.
dsanders accepted this revision.Sep 15 2015, 8:04 AM
dsanders edited edge metadata.

LGTM.

This is the llvm-mc-fuzzer generated test case isn't it? Could you mention that in your commit message?

This revision is now accepted and ready to land.Sep 15 2015, 8:04 AM
This revision was automatically updated to reflect the committed changes.