[PATCH] MIR Serialization: Print and parse function's MBBs and simple MBB attributes.
Duncan P. N. Exon Smith
dexonsmith at apple.com
Wed Jun 17 16:03:24 PDT 2015
> On 2015 Jun 17, at 16:00, Alex Lorenz <arphaman at gmail.com> wrote:
>
> I've updated the patch to address Duncan's comments:
>
> - Use the symbol table to look up BB by name.
> - Print "<unnamed bb>" for names in MBBs with unnamed BB references.
>
>
> 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/
> <D10465.27884.patch>
LGTM.
More information about the llvm-commits
mailing list