LLVM from a Go perspective
A high-level overview of LLVM IR, showing how two simple Go functions can be translated to IR.
Package ssa defines a representation of the elements of Go programs (packages, types, functions, variables and constants) using a static single-assignment (SSA) form intermediate representation (IR) for the bodies of functions.
A high-level overview of LLVM IR, showing how two simple Go functions can be translated to IR.
Lessons learned building Concourse workers for ARM - a visit to CGO cross compilation, and necessary modifications to the workers' runtime