This is an archive of the discontinued LLVM Phabricator instance.

[MSP430] Minor fixes/improvements for assembler/disassembler
ClosedPublic

Authored by krisb on Jan 10 2019, 7:05 AM.

Details

Summary
  • Teach AsmParser to recognize @rn in distination operand as 0(rn).
  • Do not allow Disassembler decoding instructions that have size more than a number of input bytes.
  • Fix UB in MSP430MCCodeEmitter.

Diff Detail

Repository
rL LLVM

Event Timeline

krisb created this revision.Jan 10 2019, 7:05 AM
asl accepted this revision.Jan 10 2019, 3:02 PM
This revision is now accepted and ready to land.Jan 10 2019, 3:02 PM
This revision was automatically updated to reflect the committed changes.