[Mlir-commits] [mlir] [MLIR][MPI] Add first part of an `convert-mpi-to-llvm` lowering (PR #95524)

Mehdi Amini llvmlistbot at llvm.org
Sat Jun 15 10:57:24 PDT 2024


================
@@ -833,6 +833,24 @@ def ConvertMemRefToSPIRV : Pass<"convert-memref-to-spirv"> {
   ];
 }
 
+//===----------------------------------------------------------------------===//
+// MPItoLLVM
+//===----------------------------------------------------------------------===//
+
+def MPIToLLVMConversionPass : Pass<"convert-mpi-to-llvm"> {
+  let summary = "Convert MPI dialect operations to LLVM dialect function calls";
+  let description = [{
+    This pass converts MPI dialect operatoins to functions calls in the LLVM
----------------
joker-eph wrote:

```suggestion
    This pass converts MPI dialect operations to functions calls in the LLVM
```

https://github.com/llvm/llvm-project/pull/95524


More information about the Mlir-commits mailing list