Skip to main content

Module to_llvm_ir

Module to_llvm_ir 

Source
Expand description

Translate from pliron’s LLVM dialect to LLVM-IR

Structs§

ConversionContext
Mapping from pliron entities to LLVM entities.
TypeConversionContext
Mapping from pliron types to LLVMTypes.

Enums§

ToLLVMErr
Conversion errors.

Statics§

TEST

Functions§

convert_fpredicate
convert_ipredicate
convert_linkage
convert_module
Convert pliron [ModuleOp] to LLVMModule.
convert_type
Convert a pliron [Type] to LLVMType.