This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPSr6] Implement JIALC and JIC instructions
ClosedPublic

Authored by jkolek on Mar 17 2015, 11:56 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

jkolek updated this revision to Diff 22114.Mar 17 2015, 11:56 AM
jkolek retitled this revision from to [mips][microMIPSr6] Implement JIALC and JIC instructions.
jkolek updated this object.
jkolek edited the test plan for this revision. (Show Details)
jkolek added reviewers: zoran.jovanovic, dsanders.
jkolek added subscribers: Unknown Object (MLST), petarj.
jkolek updated this revision to Diff 23057.Apr 1 2015, 8:28 AM
jkolek updated this revision to Diff 23166.Apr 2 2015, 10:38 AM
zoran.jovanovic added inline comments.May 5 2015, 2:21 AM
lib/Target/Mips/MicroMips32r6InstrInfo.td
22 ↗(On Diff #23166)

Opcode has changed.
Now it should be: 100000.

jkolek updated this revision to Diff 25155.May 7 2015, 4:00 AM
jkolek updated this revision to Diff 25158.May 7 2015, 4:33 AM
zoran.jovanovic accepted this revision.May 7 2015, 7:19 AM
zoran.jovanovic edited edge metadata.

LGTM.

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