This is an archive of the discontinued LLVM Phabricator instance.

[VE] Support Transfer Control Instructions in MC layer
ClosedPublic

Authored by kaz7 on Jun 8 2020, 5:08 PM.

Details

Summary

Add regression tests of asmparser, mccodeemitter, and disassembler for
transfer control instructions. Add FENCEI/FENCEM/FENCEC/SVOB instructions
also. Add new instruction format to represent FENCE* instructions too.

Diff Detail

Event Timeline

kaz7 created this revision.Jun 8 2020, 5:08 PM
simoll accepted this revision.Jun 9 2020, 1:38 AM
This revision is now accepted and ready to land.Jun 9 2020, 1:38 AM
This revision was automatically updated to reflect the committed changes.