clang 22.0.0git
|
Implementation of the dialect interface that converts CIR attributes to LLVM IR metadata. More...
Public Member Functions | |
mlir::LogicalResult | convertOperation (mlir::Operation *op, llvm::IRBuilderBase &builder, mlir::LLVM::ModuleTranslation &moduleTranslation) const final |
Translates the given operation to LLVM IR using the provided IR builder and saving the state in moduleTranslation . | |
Implementation of the dialect interface that converts CIR attributes to LLVM IR metadata.
Definition at line 32 of file LowerToLLVMIR.cpp.
|
inlinefinal |
Translates the given operation to LLVM IR using the provided IR builder and saving the state in moduleTranslation
.
Definition at line 39 of file LowerToLLVMIR.cpp.