This is an archive of the discontinued LLVM Phabricator instance.

[mips] Accept 32-bit offsets for lh and lhu commands
ClosedPublic

Authored by atanasyan on May 6 2018, 11:13 PM.

Details

Summary

This is a follow up to the rL330983. The patch teaches lh and lhu commands accepts 32-bit memory offsets by replacing mem_simm16 operand to mem_simmptr.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan created this revision.May 6 2018, 11:13 PM
sdardis accepted this revision.May 10 2018, 8:57 AM

LGTM.

This revision is now accepted and ready to land.May 10 2018, 8:57 AM
This revision was automatically updated to reflect the committed changes.

Thanks for review.