This is an archive of the discontinued LLVM Phabricator instance.

[mips] Fix (dis)assembly of abs.fmt for micromips
ClosedPublic

Authored by sdardis on Oct 20 2017, 6:51 AM.

Details

Summary

These instructions were previously marked as codegen only preventing
them from being assembled as microMIPS or disassembled.

Event Timeline

sdardis created this revision.Oct 20 2017, 6:51 AM
This revision is now accepted and ready to land.Oct 23 2017, 10:27 AM
This revision was automatically updated to reflect the committed changes.

Thanks for the review.