This is an archive of the discontinued LLVM Phabricator instance.

[MipsInstPrinter] Introduce markup tags emission
ClosedPublic

Authored by antoniofrighetto on Jul 15 2022, 8:45 AM.

Details

Summary

MIPS assembly syntax emission now leverages markup tags, if enabled.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2022, 8:45 AM
antoniofrighetto requested review of this revision.Jul 15 2022, 8:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2022, 8:45 AM
MaskRay requested changes to this revision.Jul 15 2022, 10:47 AM

This needs tests in llvm/test/MC/Disassembler/Mips/ using -mdis.

This revision now requires changes to proceed.Jul 15 2022, 10:47 AM
MaskRay accepted this revision.Aug 29 2022, 2:24 PM

Thanks!

llvm/test/MC/Disassembler/Mips/mips1/marked-up.txt
11 ↗(On Diff #455908)

delete blank line

This revision is now accepted and ready to land.Aug 29 2022, 2:24 PM
This revision was automatically updated to reflect the committed changes.