This is an archive of the discontinued LLVM Phabricator instance.

[mips] Implement sgt/sgtu pseudo instructions with immediate operand
ClosedPublic

Authored by atanasyan on Jul 8 2019, 1:38 AM.

Details

Summary

The sgt/sgtu Dst, Src1, Src2/Imm pseudo instructions set register Dst to 1 if register Src1 is greater than Src2/Imm and to 0 otherwise.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan created this revision.Jul 8 2019, 1:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2019, 1:38 AM
This revision is now accepted and ready to land.Jul 8 2019, 6:36 AM
This revision was automatically updated to reflect the committed changes.