9 #ifndef MLIR_CONVERSION_PTRTOLLVM_PTRTOLLVM_H
10 #define MLIR_CONVERSION_PTRTOLLVM_PTRTOLLVM_H
15 class DialectRegistry;
16 class LLVMTypeConverter;
17 class RewritePatternSet;
The DialectRegistry maps a dialect namespace to a constructor for the matching dialect.
Conversion from types to the LLVM IR dialect.
void populatePtrToLLVMConversionPatterns(LLVMTypeConverter &converter, RewritePatternSet &patterns)
Populate the convert to LLVM patterns for the ptr dialect.
void registerConvertPtrToLLVMInterface(DialectRegistry ®istry)
Register the convert to LLVM interface for the ptr dialect.
Include the generated interface declarations.
const FrozenRewritePatternSet & patterns