<div dir="ltr">Hi,<div><br></div><div>This patch serializes the machine basic block successor's weights.</div><div>This patch adds a new attribute 'successors-and-weights' to the</div><div>machine basic block YAML mapping. The new attribute is used</div><div>to store an array of successors and their corresponding weights.</div><div>Example:</div><div><br></div><div>    successors-and-weights: [ { block: '%bb.1.less', weight: 16 }, { block: '%bb.2.exit', weight: 16 } ]</div><div><br></div><div>The old attribute 'successors' still can be used to specify the</div><div>machine basic block's successors when those successors don't</div><div>have any weights.</div><div><br></div><div>Thanks,</div><div>Alex</div></div>