This is an archive of the discontinued LLVM Phabricator instance.

[VE] Support host memory access instructions in MC layer
ClosedPublic

Authored by kaz7 on Jun 9 2020, 11:58 PM.

Details

Summary

Add LHM/SHM instructions. Add regression tests for them of asmparser,
mccodeemitter, and disassembler. In order to add those instructions,
add new decode functions to disassembler, and add new print functions
to instprinter.

Diff Detail

Event Timeline

kaz7 created this revision.Jun 9 2020, 11:58 PM
simoll accepted this revision.Jun 10 2020, 1:00 AM
This revision is now accepted and ready to land.Jun 10 2020, 1:00 AM
This revision was automatically updated to reflect the committed changes.