[PATCH] D149880: [YamlMF] Serialize EntryValueObjects

Felipe de Azevedo Piovezan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 11:34:01 PDT 2023


fdeazeve created this revision.
fdeazeve added a reviewer: aprantl.
Herald added a subscriber: hiraditya.
Herald added a project: All.
fdeazeve requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This commit implements the serialization and deserialization of the Machine
Function's EntryValueObjects.

Depends on D149879 <https://reviews.llvm.org/D149879>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149880

Files:
  llvm/include/llvm/CodeGen/MIRYamlMapping.h
  llvm/include/llvm/CodeGen/MachineFunction.h
  llvm/lib/CodeGen/MIRParser/MIRParser.cpp
  llvm/lib/CodeGen/MIRPrinter.cpp
  llvm/test/CodeGen/MIR/Generic/entry_values.mir
  llvm/test/DebugInfo/X86/empty-metadata-dbg-declare.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149880.519582.patch
Type: text/x-patch
Size: 8963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230504/dec870e5/attachment.bin>


More information about the llvm-commits mailing list