Displaying 2 results from an estimated 2 matches for "everyfunct".
2010 Oct 27
0
[LLVMdev] dump cfg after each pass
...n 10/27/2010 01:59 PM, Xinliang David Li wrote:
> A dumb question -- is there a way to dump cfg after each pass, something
> like: --print-cfg-after=sccp, or is there a standard post-processing script
> that builds the cfg vcg/dot file from the ir dump?
You can use to create a dot file of everyfunction for an normal
llvm-ir.ll file.
opt -dot-cfg llvm-ir.ll
If you store the dump in a file and use dot this should achieve what you
want.
Cheers
Tobi
2010 Oct 27
4
[LLVMdev] dump cfg after each pass
A dumb question -- is there a way to dump cfg after each pass, something
like: --print-cfg-after=sccp, or is there a standard post-processing script
that builds the cfg vcg/dot file from the ir dump?
Thanks,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101027/a7c69de4/attachment.html>