Displaying 3 results from an estimated 3 matches for "j4opcf4xf".
2013 Feb 24
0
[LLVMdev] Canonical way to visualize LLVM IR?
Hi,
On 02/24/2013 06:39 PM, Paul Sokolovsky wrote:
> Hello,
>
> LLVM provides several ways to visual IR structure straight in its core -
> Function::viewCFG() to render control flow graph, then -view-* options
> to llc to render various stages of transforming to machine code.
> However, I wasn't able to find a way to render complete DAG
> visualization of normal IR -
2013 Feb 24
2
[LLVMdev] Canonical way to visualize LLVM IR?
Hello,
LLVM provides several ways to visual IR structure straight in its core -
Function::viewCFG() to render control flow graph, then -view-* options
to llc to render various stages of transforming to machine code.
However, I wasn't able to find a way to render complete DAG
visualization of normal IR - which besides CFG would also show dataflow
(and other flows, if any). What people use to
2013 Feb 24
2
[LLVMdev] Canonical way to visualize LLVM IR?
...proceeded to write mine
either as a learning exercise, but I'm still not sure I do it the best
way or handle all cases (so far testing on trivial examples of course),
so if your app in open source, definitely would be nice to look at.
What I have on my hands so far: http://postimage.org/image/j4opcf4xf/
> Cheers,
> Sebastian
--
Best regards,
Paul mailto:pmiscml at gmail.com