9 #ifndef MLIR_CONVERSION_UBTOLLVM_UBLLVM_H
10 #define MLIR_CONVERSION_UBTOLLVM_UBLLVM_H
16 class DialectRegistry;
17 class LLVMTypeConverter;
18 class RewritePatternSet;
21 #define GEN_PASS_DECL_UBTOLLVMCONVERSIONPASS
22 #include "mlir/Conversion/Passes.h.inc"
The DialectRegistry maps a dialect namespace to a constructor for the matching dialect.
Conversion from types to the LLVM IR dialect.
void registerConvertUBToLLVMInterface(DialectRegistry ®istry)
void populateUBToLLVMConversionPatterns(const LLVMTypeConverter &converter, RewritePatternSet &patterns)
Include the generated interface declarations.