This is an archive of the discontinued LLVM Phabricator instance.

[mips] Add instruction alias (sll and srl).
ClosedPublic

Authored by matheusalmeida on Apr 24 2014, 8:04 AM.

Details

Summary

The pattern sll/srl $rd, $rt, $rs is found in handwritten assembly which
is just a shorthand version of sllv/srlv $rd, $rt, $rs.

Diff Detail

Event Timeline

matheusalmeida retitled this revision from to [mips] Add instruction alias (sll and srl)..
matheusalmeida updated this object.
matheusalmeida edited the test plan for this revision. (Show Details)
dsanders accepted this revision.Apr 25 2014, 3:32 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 25 2014, 3:32 AM