This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPS] Implement LLE and SCE instructions
ClosedPublic

Authored by hvarga on Jul 30 2015, 12:10 AM.

Details

Summary

The patch implements microMIPS LLE and SCE instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

hvarga updated this revision to Diff 30998.Jul 30 2015, 12:10 AM
hvarga retitled this revision from to [mips][microMIPS] Implement LLE and SCE instructions.
hvarga updated this object.
hvarga added subscribers: petarj, llvm-commits.
dsanders accepted this revision.Sep 14 2015, 7:10 AM
dsanders edited edge metadata.

LGTM with a nit

lib/Target/Mips/MicroMipsInstrFormats.td
660 ↗(On Diff #30998)

Assign parts to 'base' and 'offset' before using in Inst to make this self documenting.

This revision is now accepted and ready to land.Sep 14 2015, 7:10 AM
This revision was automatically updated to reflect the committed changes.