Open
Description
The llvmlite.ir module contains classes and utilities to build the LLVM intermediate representation (IR) of native functions.
The provided APIs may sometimes look like LLVM’s C++ APIs, but they never call into LLVM, unless otherwise noted. Instead, they construct a pure Python representation of the IR.
Sounds like it can be possible.
Activity