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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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.