[all-commits] [llvm/llvm-project] 33b69b: [YamlMF] Serialize EntryValueObjects
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Thu May 11 07:20:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33b69b97565cf19f8e11173fd851e56ce07656f0
https://github.com/llvm/llvm-project/commit/33b69b97565cf19f8e11173fd851e56ce07656f0
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M llvm/include/llvm/CodeGen/MIRYamlMapping.h
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
M llvm/lib/CodeGen/MIRPrinter.cpp
A llvm/test/CodeGen/MIR/AArch64/entry_values.mir
M llvm/test/CodeGen/PowerPC/unreachable-mbb-jtreference-elimination.ll
M llvm/test/DebugInfo/X86/empty-metadata-dbg-declare.ll
Log Message:
-----------
[YamlMF] Serialize EntryValueObjects
This commit implements the serialization and deserialization of the Machine
Function's EntryValueObjects.
Depends on D149879, D149778
Differential Revision: https://reviews.llvm.org/D149880
More information about the All-commits
mailing list