IRViz.jl
Tools for visualizing Julia IR
Install / Use
/learn @JuliaComputing/IRViz.jlREADME
IRViz
IRViz is about generating visualizations of the code that the Julia Compiler is generating.
Getting started
There is one function in the package right now: viz, it takes a CodeInfo as input and makes a connected graph visualization of the code flow graph.
julia> using IRViz
julia> function foo()
x = 1
y = 1
while x < 100
x*=2
y+=1
end
return y
end
foo (generic function with 1 method)
julia> viz(@code_typed optimize=false foo())
Would create the output:

See also:
Related Skills
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.6kCommit, push, and open a PR
