9 #ifndef MLIR_CONVERSION_INDEXTOLLVM_INDEXTOLLVM_H
10 #define MLIR_CONVERSION_INDEXTOLLVM_INDEXTOLLVM_H
15 class DialectRegistry;
16 class LLVMTypeConverter;
17 class RewritePatternSet;
20 #define GEN_PASS_DECL_CONVERTINDEXTOLLVMPASS
21 #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 populateIndexToLLVMConversionPatterns(const LLVMTypeConverter &converter, RewritePatternSet &patterns)
void registerConvertIndexToLLVMInterface(DialectRegistry ®istry)
Include the generated interface declarations.