This is an archive of the discontinued LLVM Phabricator instance.

MicroMIPS Compact Branch Instructions BEQZC and BNEZC
ClosedPublic

Authored by jkolek on Apr 29 2014, 8:44 AM.

Details

Summary

Implement microMIPS compact branch instructions BEQZC and BNEZC.

Diff Detail

Repository
rL LLVM

Event Timeline

jkolek updated this revision to Diff 8927.Apr 29 2014, 8:44 AM
jkolek retitled this revision from to MicroMIPS Compact Branch Instructions BEQZC and BNEZC.
jkolek updated this object.
jkolek edited the test plan for this revision. (Show Details)
jkolek added reviewers: dsanders, matheusalmeida.
jkolek added subscribers: zoran.jovanovic, petarj.
jkolek added inline comments.May 7 2014, 8:12 AM
lib/Target/Mips/MicroMipsInstrInfo.td
32 ↗(On Diff #8927)

These instructions doesn't have specified selection pattern, the usage implementation is in http://reviews.llvm.org/D3566.

dsanders accepted this revision.Jun 11 2014, 8:17 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 11 2014, 8:17 AM
jkolek closed this revision.Aug 14 2014, 5:18 AM
jkolek updated this revision to Diff 12498.

Closed by commit rL215636 (authored by zjovanovic).

jkolek edited edge metadata.Nov 18 2014, 5:49 AM
jkolek added a subscriber: Unknown Object (MLST).