This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPS] Implement ADDIUPC instruction
ClosedPublic

Authored by jkolek on Dec 9 2014, 7:31 AM.

Details

Summary

Implement microMIPS ADDIUPC instruction. This patch is rebased and fixed version of http://reviews.llvm.org/D5295. I took over this patch from Radovan.

Diff Detail

Repository
rL LLVM

Event Timeline

jkolek updated this revision to Diff 17082.Dec 9 2014, 7:31 AM
jkolek retitled this revision from to [mips][microMIPS] Implement ADDIUPC instruction.
jkolek updated this object.
jkolek edited the test plan for this revision. (Show Details)
jkolek added reviewers: dsanders, sstankovic, vmedic.
jkolek added subscribers: zoran.jovanovic, Unknown Object (MLST).
sstankovic edited edge metadata.Jan 20 2015, 8:24 AM

LGTM, with a change.

lib/Target/Mips/MicroMipsInstrInfo.td
354 ↗(On Diff #17082)

This line is unaligned.

sstankovic accepted this revision.Jan 20 2015, 8:24 AM
sstankovic edited edge metadata.
This revision is now accepted and ready to land.Jan 20 2015, 8:24 AM
This revision was automatically updated to reflect the committed changes.