[llvm-commits] [Patch Review Request] MachineInstrWriter pass to write out MachineInstr's after codegen

Bin Zeng bzeng at apple.com
Tue Jun 5 16:41:33 PDT 2012


Hi all,

The patch contains the skeleton of a MachineInstrWriter which is a MachineFunctionPass to 
serialize MachineInstr's after a certain specific backend pass after codegen. A command line
option is added -stop-after=pass-arg  to specify the pass after which the MachineInstr's are 
written out. Thanks for reading. 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: machineInstrWriter-0.1.diff
Type: application/octet-stream
Size: 7557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120605/4f1d4f17/attachment.obj>
-------------- next part --------------


-Bin


More information about the llvm-commits mailing list