[PATCH] D95552: [vim] Add initial syntax definition for .mir files

Cassie Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 17:31:37 PST 2021


porglezomp added a comment.

The MIR syntax is based on extending the yaml syntax and then embedding the machine-ir syntax inside it, I've defined it as two separate files so it's easier to separate "highlighting the instructions" from "embedding it inside yaml".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95552/new/

https://reviews.llvm.org/D95552



More information about the llvm-commits mailing list