This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU and TNE instructions
ClosedPublic

Authored by zbuljan on May 11 2015, 5:16 AM.

Details

Summary

The patch implements microMIPSr6 TEQ, TGE, TGEU, TLT, TLTU and TNE instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

zbuljan updated this revision to Diff 25459.May 11 2015, 5:16 AM
zbuljan retitled this revision from to [mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU and TNE instructions.
zbuljan updated this object.
zbuljan edited the test plan for this revision. (Show Details)
zbuljan added subscribers: petarj, Unknown Object (MLST).
zbuljan updated this revision to Diff 34016.Sep 4 2015, 12:34 AM
zbuljan edited reviewers, added: hvarga; removed: jkolek.

Removed unnecessary implementation for microMIPS32R6 (and microMIPS64R6).
Added tests for microMIPS64R6.

dsanders accepted this revision.Sep 4 2015, 2:12 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 4 2015, 2:12 AM
This revision was automatically updated to reflect the committed changes.