Displaying 2 results from an estimated 2 matches for "2b7c5cc9".
2009 Jul 14
0
[LLVMdev] [patch] Dotty printer for dependency trees
...ing for dominance trees
And here is the patch.
Tobi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-dot-dominance-printer.patch
Type: text/x-patch
Size: 19236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090715/2b7c5cc9/attachment.bin>
2009 Jul 14
2
[LLVMdev] [patch] Dotty printer for dependency trees
Hi,
I started to work with llvm and liked the CFG dotty printer a lot.
However there was none for the dominance trees.
I implemented dotty printing for dominance trees and introduced these
new flags:
-dot-dom : Print dominance tree of function to 'dot' file
-dot-dom-only : Print dominance tree of function to 'dot' file
(with no function