This is an archive of the discontinued LLVM Phabricator instance.

[mips] Fix microMIPS loads and stores.
ClosedPublic

Authored by sdardis on Apr 25 2018, 6:04 AM.

Details

Summary

Previously these instructions were unselectable and instead were generated
through the instruction mapping tables.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.Apr 25 2018, 6:04 AM

Please rebase the patch.

sdardis updated this revision to Diff 144329.Apr 27 2018, 6:37 AM

Rebase and fix check lines for error messages.

This revision is now accepted and ready to land.Apr 28 2018, 12:15 AM
This revision was automatically updated to reflect the committed changes.