This is an archive of the discontinued LLVM Phabricator instance.

[vim] Highlight most common MIR syntax not in LLVM IR
ClosedPublic

Authored by porglezomp on Jan 27 2021, 11:36 AM.

Details

Summary

This adds highlighting for MIR instruction opcodes, physical registers,
and MIR types.

Diff Detail

Event Timeline

porglezomp requested review of this revision.Jan 27 2021, 11:36 AM
porglezomp created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2021, 11:36 AM
dblaikie accepted this revision.Feb 16 2021, 12:07 PM
dblaikie added a subscriber: dblaikie.

Don't have much context/knowledge of vim scripts, but even something half working seems fine by me.

This revision is now accepted and ready to land.Feb 16 2021, 12:07 PM
This revision was landed with ongoing or failed builds.Feb 16 2021, 11:41 PM
This revision was automatically updated to reflect the committed changes.