|
MLIR 23.0.0git
|
Result of lowering discardable attributes from a FunctionOpInterface to what llvm.func expects: typed inherent properties plus remaining discardable attributes. More...
#include "mlir/Conversion/LLVMCommon/LowerFunctionDiscardablesToLLVM.h"
Public Attributes | |
| LLVM::LLVMFuncOp::Properties | properties |
| NamedAttrList | discardableAttrs |
Result of lowering discardable attributes from a FunctionOpInterface to what llvm.func expects: typed inherent properties plus remaining discardable attributes.
Definition at line 26 of file LowerFunctionDiscardablesToLLVM.h.
| NamedAttrList mlir::LoweredLLVMFuncAttrs::discardableAttrs |
Definition at line 28 of file LowerFunctionDiscardablesToLLVM.h.
Referenced by createLLVMFuncOp().
| LLVM::LLVMFuncOp::Properties mlir::LoweredLLVMFuncAttrs::properties |
Definition at line 27 of file LowerFunctionDiscardablesToLLVM.h.
Referenced by createLLVMFuncOp().