[Mlir-commits] [mlir] [MLIR][Maintainers] Add maintainer list for core sub-categories (PR #152136)

Renato Golin llvmlistbot at llvm.org
Thu Aug 14 02:44:25 PDT 2025


https://github.com/rengolin updated https://github.com/llvm/llvm-project/pull/152136

>From 11105b08da6b7117b66f200b2428b8883037b2ee Mon Sep 17 00:00:00 2001
From: Renato Golin <rengolin at systemcall.eu>
Date: Tue, 5 Aug 2025 14:22:53 +0100
Subject: [PATCH 1/2] [MLIR][Maintainers] Add maintainer list for core category

Ref: https://discourse.llvm.org/t/mlir-project-maintainers/87189
---
 mlir/Maintainers.md | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/mlir/Maintainers.md b/mlir/Maintainers.md
index c31b5c635fba3..3cdae393d54bc 100644
--- a/mlir/Maintainers.md
+++ b/mlir/Maintainers.md
@@ -27,6 +27,41 @@ dialects, build system and language bindings.
   [@joker-eph](https://github.com/joker-eph) (GitHub),
   mehdi_amini (Discourse)
 
+### Code
+
+#### Standalone subcategories
+* CMake ([christopherbate](https://github.com/christopherbate))
+* Dialect Conversion ([matthias-springer](https://github.com/matthias-springer), [zero9178](https://github.com/zero9178))
+* Python Bindings ([makslevental](https://github.com/makslevental), [rolfmorel](https://github.com/rolfmorel))
+
+### Dialects
+
+#### Code Structure Dialects
+* Builtin Dialect (core)
+* ‘func’ Dialect (core)
+* ‘scf’ Dialect (core)
+* ‘cf’ Dialect (core)
+* ‘index’ Dialect (core)
+* ‘ptr’ Dialect ([fabianmcg](https://github.com/fabianmcg))
+
+#### Basic Compute Dialects
+* ‘arith’ Dialect (core)
+* ‘math’ Dialect (core)
+* Rewrite System Dialects (core)
+* Transform Dialect ([martin-luecke](https://github.com/martin-luecke), [ftynse](https://github.com/ftynse), [rolfmorel](https://github.com/rolfmorel))
+* ‘pdl_interp’ Dialect ([jpienaar](https://github.com/jpienaar))
+* ‘pdl’ Dialect ([jpienaar](https://github.com/jpienaar))
+
+#### Accessory Dialects
+* ‘affine’ Dialect ([ftynse](https://github.com/ftynse))
+* ‘dlti’ Dialect ([rolfmorel](https://github.com/rolfmorel))
+* ‘irdl’ Dialect ([math-fehr](https://github.com/math-fehr), [moxinilian](https://github.com/moxinilian))
+* ‘shape’ Dialect ([jpienaar](https://github.com/jpienaar))
+* ‘smt’ Dialect ([fabianschuiki](https://github.com/fabianschuiki), [maerhart](https://github.com/maerhart))
+* ‘ub’ Dialect ([Hardcode84](https://github.com/Hardcode84))
+* ‘complex’ Dialect (unmaintained)
+* ‘async’ Dialect (unmaintained)
+
 ## Egress
 
 MLIR components pertaining to egress flows from MLIR, in particular to LLVM IR.

>From 91cfc48de0b94b0b45f0ca9c485143109f56c39b Mon Sep 17 00:00:00 2001
From: Renato Golin <rengolin at systemcall.eu>
Date: Thu, 14 Aug 2025 10:43:28 +0100
Subject: [PATCH 2/2] complex and tooling

---
 mlir/Maintainers.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mlir/Maintainers.md b/mlir/Maintainers.md
index 3cdae393d54bc..667443fe38991 100644
--- a/mlir/Maintainers.md
+++ b/mlir/Maintainers.md
@@ -30,6 +30,7 @@ dialects, build system and language bindings.
 ### Code
 
 #### Standalone subcategories
+* Core tooling (ODS, DRR, PDLL, LSP) (core)
 * CMake ([christopherbate](https://github.com/christopherbate))
 * Dialect Conversion ([matthias-springer](https://github.com/matthias-springer), [zero9178](https://github.com/zero9178))
 * Python Bindings ([makslevental](https://github.com/makslevental), [rolfmorel](https://github.com/rolfmorel))
@@ -59,7 +60,7 @@ dialects, build system and language bindings.
 * ‘shape’ Dialect ([jpienaar](https://github.com/jpienaar))
 * ‘smt’ Dialect ([fabianschuiki](https://github.com/fabianschuiki), [maerhart](https://github.com/maerhart))
 * ‘ub’ Dialect ([Hardcode84](https://github.com/Hardcode84))
-* ‘complex’ Dialect (unmaintained)
+* ‘complex’ Dialect (core)
 * ‘async’ Dialect (unmaintained)
 
 ## Egress



More information about the Mlir-commits mailing list