[PATCH] D103282: [MIRParser] Add machine metadata.

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 27 13:03:47 PDT 2021


hliao created this revision.
hliao added reviewers: jeroen.dobbelaere, arsenm, thegameg, qcolombet.
Herald added subscribers: kerbowa, pengfei, hiraditya, nhaehnle, jvesely.
hliao requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

- Add standalone metadata parsing support so that machine metadata nodes could be populated before and accessed during MIR is parsed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103282

Files:
  llvm/include/llvm/CodeGen/MIRParser/MIParser.h
  llvm/lib/CodeGen/MIRParser/MILexer.cpp
  llvm/lib/CodeGen/MIRParser/MILexer.h
  llvm/lib/CodeGen/MIRParser/MIParser.cpp
  llvm/lib/CodeGen/MIRParser/MIRParser.cpp
  llvm/test/CodeGen/AArch64/memcpy-scoped-aa.mir
  llvm/test/CodeGen/AMDGPU/memcpy-scoped-aa.mir
  llvm/test/CodeGen/X86/memcpy-scoped-aa.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103282.348367.patch
Type: text/x-patch
Size: 51165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210527/53ff4205/attachment.bin>


More information about the llvm-commits mailing list