Description
Hej @jackspirou,
In the SSA documentation readme, I noticed the following:
At first the goal was to use some standardized IR format such as what LLVM provides, or ARM. That idea quickly melted away since no native go packages currently support those IR formats (other than the code for golang itself).
Just wanted to give you a heads up that the llir/llvm project is slowly approaching feature-completeness, a native Go project for interacting with LLVM IR. We would therefore like to invite alpha users to take it up for a spin, so that we may resolve any issues with the API, make the design consistent and intuitive and hopefully stabilize the API within the months to come.
For an example usage of the API, see https://godoc.org/github.com/llir/llvm/ir#example-package
Hope to hear from you!
Cheers /u
Activity