This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPS] Implement JALS and JALRS instructions.
ClosedPublic

Authored by jkolek on Aug 21 2014, 5:47 AM.

Details

Summary

Implement microMIPS jumps instructions JALS and JALRS with short delay slot.

Diff Detail

Repository
rL LLVM

Event Timeline

jkolek updated this revision to Diff 12760.Aug 21 2014, 5:47 AM
jkolek retitled this revision from to [mips][microMIPS] Implement JALS and JALRS instructions..
jkolek updated this object.
jkolek edited the test plan for this revision. (Show Details)
jkolek added reviewers: dsanders, vmedic.
jkolek added a subscriber: zoran.jovanovic.
dsanders accepted this revision.Sep 2 2014, 5:25 AM
dsanders edited edge metadata.

LGTM with a whitespace nit

lib/Target/Mips/MicroMipsInstrInfo.td
108 ↗(On Diff #12760)

Nit: Inconsistent space around '='

This revision is now accepted and ready to land.Sep 2 2014, 5:25 AM
jkolek updated this revision to Diff 13626.Sep 12 2014, 6:16 AM
jkolek edited edge metadata.

Inconsistent space around '=' fixed.

Diffusion closed this revision.Sep 12 2014, 6:53 AM
Diffusion updated this revision to Diff 13629.

Closed by commit rL217676 (authored by zjovanovic).

jkolek added a subscriber: Unknown Object (MLST).Nov 18 2014, 5:54 AM