[PATCH] MIR Serialization: Print and parse function's MBBs and simple MBB attributes.

Alex Lorenz arphaman at gmail.com
Mon Jun 15 17:05:49 PDT 2015


Hi dexonsmith, bob.wilson, bogner,

This patch implements the initial serialization of the machine basic blocks in a machine function. Only the simple, scalar MBB attributes are serialized. The link to LLVM IR's basic block is preserved when that basic block has a name.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10465

Files:
  include/llvm/CodeGen/MIRYamlMapping.h
  lib/CodeGen/MIRParser/MIRParser.cpp
  lib/CodeGen/MIRPrinter.cpp
  test/CodeGen/MIR/basic-blocks.mir

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10465.27730.patch
Type: text/x-patch
Size: 6530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150616/513d9585/attachment.bin>


More information about the llvm-commits mailing list