Convert
convert
convert_module(module: ModuleOp) -> ir.Module
Convert an xDSL module to an LLVM module.
Source code in xdsl/backend/llvm/convert.py
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | |