MLIR
17.0.0git
|
#include "mlir/Conversion/LLVMCommon/LoweringOptions.h"
#include "mlir/Transforms/DialectConversion.h"
Go to the source code of this file.
Classes | |
class | mlir::LLVMTypeConverter |
Conversion from types to the LLVM IR dialect. More... | |
Namespaces | |
mlir | |
This header declares functions that assit transformations in the MemRef dialect. | |
mlir::LLVM | |
Functions | |
LogicalResult | mlir::structFuncArgTypeConverter (LLVMTypeConverter &converter, Type type, SmallVectorImpl< Type > &result) |
Callback to convert function argument types. More... | |
LogicalResult | mlir::barePtrFuncArgTypeConverter (LLVMTypeConverter &converter, Type type, SmallVectorImpl< Type > &result) |
Callback to convert function argument types. More... | |