This is an archive of the discontinued LLVM Phabricator instance.

[mips] Add instruction alias (sltu).
ClosedPublic

Authored by matheusalmeida on Apr 25 2014, 6:23 AM.

Details

Summary

The pattern sltu $r1, $r2, $imm is found in handwritten assembly which
is just a shorthand version of sltui $r1, $r2, $imm.

Diff Detail

Event Timeline

matheusalmeida retitled this revision from to [mips] Add instruction alias (sltu)..
matheusalmeida updated this object.
matheusalmeida edited the test plan for this revision. (Show Details)
matheusalmeida retitled this revision from [mips] Add instruction alias (sltu). to [mips] Add instruction alias..Apr 25 2014, 6:24 AM
matheusalmeida added a reviewer: dsanders.
dsanders accepted this revision.Apr 28 2014, 1:50 AM
dsanders edited edge metadata.

LGTM but please state which alias you are adding in the first line of your commit message

This revision is now accepted and ready to land.Apr 28 2014, 1:50 AM
matheusalmeida retitled this revision from [mips] Add instruction alias. to [mips] Add instruction alias (sltu)..Apr 30 2014, 7:51 AM
matheusalmeida edited edge metadata.