MLIR
20.0.0git
|
Support for translating MLIR LLVM dialect types to LLVM IR. More...
Public Member Functions | |
TypeToLLVMIRTranslatorImpl (llvm::LLVMContext &context) | |
Constructs a class creating types in the given LLVM context. More... | |
llvm::Type * | translateType (Type type) |
Translates a single type. More... | |
Support for translating MLIR LLVM dialect types to LLVM IR.
Definition at line 25 of file TypeToLLVM.cpp.
|
inline |
Constructs a class creating types in the given LLVM context.
Definition at line 28 of file TypeToLLVM.cpp.
|
inline |
Translates a single type.
Definition at line 31 of file TypeToLLVM.cpp.