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

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 17:33:37 PST 2021


dblaikie added a comment.

In D95552#2567160 <https://reviews.llvm.org/D95552#2567160>, @porglezomp wrote:

> 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".

ah, fair enough - thanks for explaining!

Can you commit these yourself (do you have commit access) or would you like me to do it for you?


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