Convert
convert
LLVMTarget
dataclass
Bases: Target
Source code in xdsl/backend/llvm/convert.py
76 77 78 79 80 81 82 | |
name = 'llvm'
class-attribute
instance-attribute
__init__() -> None
emit(ctx: Context, module: ModuleOp, output: IO[str]) -> None
Source code in xdsl/backend/llvm/convert.py
80 81 82 | |
convert_module(module: ModuleOp) -> ir.Module
Convert an xDSL module to an LLVM module.
Source code in xdsl/backend/llvm/convert.py
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | |