|
MLIR 23.0.0git
|
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"#include "mlir/IR/OperationSupport.h"#include "mlir/Interfaces/FunctionInterfaces.h"Go to the source code of this file.
Classes | |
| struct | mlir::LoweredLLVMFuncAttrs |
| Result of lowering discardable attributes from a FunctionOpInterface to what llvm.func expects: typed inherent properties plus remaining discardable attributes. More... | |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
Functions | |
| FailureOr< LoweredLLVMFuncAttrs > | mlir::lowerDiscardableAttrsForLLVMFunc (FunctionOpInterface funcOp, Type llvmFuncType) |
| Partition funcOp's discardables for llvm.func: sym_name, function_type, and typed properties from llvm.
| |