This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPSr6] Implement ADD, ADDU and ADDIU instructions
ClosedPublic

Authored by zoran.jovanovic on Mar 30 2015, 7:55 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

dsanders accepted this revision.Apr 10 2015, 8:57 AM
dsanders edited edge metadata.

LGTM with a couple nits

test/MC/Disassembler/Mips/micromips32r6.txt
3–10 ↗(On Diff #22885)

Nit: I'd prefer one-per-line formatting for new files like so:

0x00 0xa4 0x19 0x10 # CHECK: add $3, $4, $5

It's mostly because it makes comparing to decode tables a bit easier (because we can trivially sort the file by mnemonic) and helps us verify that the ISA differences in the test are correct. It also makes it consistent with the assembler tests.

At some point, I intend to re-format the others.

11 ↗(On Diff #22885)

Nit: Newline at end of file

This revision is now accepted and ready to land.Apr 10 2015, 8:57 AM
This revision was automatically updated to reflect the committed changes.