MLIR  21.0.0git
MPIToLLVM.h
Go to the documentation of this file.
1 //===----------------------------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 
9 #ifndef MLIR_CONVERSION_MPITOLLVM_H
10 #define MLIR_CONVERSION_MPITOLLVM_H
11 
13 
14 namespace mlir {
15 
16 class LLVMTypeConverter;
17 class RewritePatternSet;
18 
19 namespace mpi {
20 
23 
25 
26 } // namespace mpi
27 } // namespace mlir
28 
29 #endif // MLIR_CONVERSION_MPITOLLVM_H
The DialectRegistry maps a dialect namespace to a constructor for the matching dialect.
Conversion from types to the LLVM IR dialect.
Definition: TypeConverter.h:35
void populateMPIToLLVMConversionPatterns(LLVMTypeConverter &converter, RewritePatternSet &patterns)
Definition: MPIToLLVM.cpp:794
void registerConvertMPIToLLVMInterface(DialectRegistry &registry)
Definition: MPIToLLVM.cpp:807
Include the generated interface declarations.
const FrozenRewritePatternSet & patterns