MLIR 23.0.0git
mlir::LoweredLLVMFuncAttrs Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ discardableAttrs

NamedAttrList mlir::LoweredLLVMFuncAttrs::discardableAttrs

Definition at line 28 of file LowerFunctionDiscardablesToLLVM.h.

Referenced by createLLVMFuncOp().

◆ properties

LLVM::LLVMFuncOp::Properties mlir::LoweredLLVMFuncAttrs::properties

Definition at line 27 of file LowerFunctionDiscardablesToLLVM.h.

Referenced by createLLVMFuncOp().


The documentation for this struct was generated from the following file: