MLIR  22.0.0git
Functions
mlir::ptr Namespace Reference

Functions

void populatePtrToLLVMConversionPatterns (LLVMTypeConverter &converter, RewritePatternSet &patterns)
 Populate the convert to LLVM patterns for the ptr dialect. More...
 
void registerConvertPtrToLLVMInterface (DialectRegistry &registry)
 Register the convert to LLVM interface for the ptr dialect. More...
 

Function Documentation

◆ populatePtrToLLVMConversionPatterns()

void mlir::ptr::populatePtrToLLVMConversionPatterns ( LLVMTypeConverter converter,
RewritePatternSet patterns 
)

◆ registerConvertPtrToLLVMInterface()

void mlir::ptr::registerConvertPtrToLLVMInterface ( DialectRegistry registry)

Register the convert to LLVM interface for the ptr dialect.

Definition at line 436 of file PtrToLLVM.cpp.

References mlir::DialectRegistry::addExtension().

Referenced by mlir::registerAllExtensions().