This is an archive of the discontinued LLVM Phabricator instance.

[VE] Support control instructions in MC layer
ClosedPublic

Authored by kaz7 on Jun 8 2020, 2:37 AM.

Details

Summary

Add regression tests of asmparser, mccodeemitter, and disassembler for
control instructions. Add not defined LPM/SPM/LFR/SFR/SMIR/NOP/LCR/
SCR/TSCR/FIDCR control isntructions newly. Define MISC registers which
SMIR instruction reads and IC register which SIC instruction reads.
Change asmparser to support Zero, UImm3, and UImm6 operands and MISC
registers. Change instprinter to support MISC registers also.
Change to use auto to receive dyn_cast also.

Diff Detail

Event Timeline

kaz7 created this revision.Jun 8 2020, 2:37 AM
simoll accepted this revision.Jun 8 2020, 2:41 AM
This revision is now accepted and ready to land.Jun 8 2020, 2:41 AM
This revision was automatically updated to reflect the committed changes.