[LLVMdev] AsmPrinter

Jonas Paulsson jonas.paulsson at ericsson.com
Sat Jul 20 05:07:36 PDT 2013


Hi,

I would like to access the AsmPrinter MachineFunctionPass during compilation in order to do alternative dumping of instructions, instead of using MI->dump(), which can get a bit messy.

Is there any way to access this object or the assembler strings? It seems that even these strings / methods are not available through any static methods. Does it exist during the whole compilation or is it created by PassManager in the end?

/Jonas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130720/9a721513/attachment.html>


More information about the llvm-dev mailing list