This is an archive of the discontinued LLVM Phabricator instance.

[mips] Implement the 'dins' aliases.
ClosedPublic

Authored by sdardis on Jun 30 2017, 5:27 AM.

Details

Summary

Traditionally GAS has provided automatic selection between dins, dinsm and
dinsu. Binutils also disassembles all instructions in that family as 'dins'
rather than the actual instruction.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.Jun 30 2017, 5:27 AM
This revision is now accepted and ready to land.Jul 17 2017, 5:45 AM
This revision was automatically updated to reflect the committed changes.