This is an archive of the discontinued LLVM Phabricator instance.

[mips] Add instruction alias (dsll and dsrl).
ClosedPublic

Authored by matheusalmeida on Apr 24 2014, 9:43 AM.

Details

Summary

The pattern dsll/dsrl $rd, $rt, $rs is found in handwritten assembly which
is just a shorthand version of dsllv/dsrlv $rd, $rt, $rs.

Diff Detail

Event Timeline

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

LGTM

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