9 #ifndef MLIR_CONVERSION_MPITOLLVM_H 
   10 #define MLIR_CONVERSION_MPITOLLVM_H 
   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 populateMPIToLLVMConversionPatterns(LLVMTypeConverter &converter, RewritePatternSet &patterns)
void registerConvertMPIToLLVMInterface(DialectRegistry ®istry)
Include the generated interface declarations.
const FrozenRewritePatternSet & patterns