This is an archive of the discontinued LLVM Phabricator instance.

[mips] Implement sge/sgeu pseudo instructions
ClosedPublic

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

Details

Summary

The sge/sgeu Dst, Src1, Src2/Imm pseudo instructions set register Dst to 1 if register Src1 is greater than or equal Src2/Imm and to 0 otherwise.

Diff Detail

Repository
rL LLVM

Event Timeline

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