MIR Serialization: Serialize the machine basic block's successor weights.
authorAlex Lorenz <arphaman@gmail.com>
Thu, 30 Jul 2015 16:54:38 +0000 (16:54 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 30 Jul 2015 16:54:38 +0000 (16:54 +0000)
commitfbd94791e6881aad4ed1e3fd13c6abbdd2178df4
treefc536fc61a7f80df4ce3b6c2186ca069a53ee0ef
parentcfe562c99bbd5f82382b6dc314c2d77727477ff7
MIR Serialization: Serialize the machine basic block's successor weights.

Reviewers: Duncan P. N. Exon Smith

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243659 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MIRYamlMapping.h
include/llvm/CodeGen/MachineBasicBlock.h
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/X86/successor-basic-blocks-few-weights.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/successor-basic-blocks-many-weights.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/successor-basic-blocks-weights.mir [new file with mode: 0644]