| commit | 8a1915b04e68168234ca6463025268d364b31223 | [log] [tgz] |
|---|---|---|
| author | Alex Lorenz <arphaman@gmail.com> | Mon Jul 27 22:42:41 2015 +0000 |
| committer | Alex Lorenz <arphaman@gmail.com> | Mon Jul 27 22:42:41 2015 +0000 |
| tree | d33a3ddaa8660542b5d51e6ae68849057b5418f3 | |
| parent | 6c6efa1786aab7b41e6cf28855c2da4728435048 [diff] |
MIR Serialization: Serialize the unnamed basic block references. This commit serializes the references from the machine basic blocks to the unnamed basic blocks. This commit adds a new attribute to the machine basic block's YAML mapping called 'ir-block'. This attribute contains the actual reference to the basic block. Reviewers: Duncan P. N. Exon Smith llvm-svn: 243340