[Mlir-commits] [mlir] 8cc22ee - [MLIR][Maintainers] Add maintainer list for core sub-categories (#152136)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Aug 14 08:08:18 PDT 2025
Author: Renato Golin
Date: 2025-08-14T16:08:15+01:00
New Revision: 8cc22ee674d51d3a8ef5fba7b0938b1f6042ab77
URL: https://github.com/llvm/llvm-project/commit/8cc22ee674d51d3a8ef5fba7b0938b1f6042ab77
DIFF: https://github.com/llvm/llvm-project/commit/8cc22ee674d51d3a8ef5fba7b0938b1f6042ab77.diff
LOG: [MLIR][Maintainers] Add maintainer list for core sub-categories (#152136)
Ref: https://discourse.llvm.org/t/mlir-project-maintainers/87189
See also:
* #151721
* #150945
Compared to the original proposal, one change is included:
* The `ub` dialect has @Hardcode84 as maintainer.
Please accept to validate your nomination, let's keep new nominations
for follow up PRs.
Added:
Modified:
mlir/Maintainers.md
Removed:
################################################################################
diff --git a/mlir/Maintainers.md b/mlir/Maintainers.md
index c31b5c635fba3..667443fe38991 100644
--- a/mlir/Maintainers.md
+++ b/mlir/Maintainers.md
@@ -27,6 +27,42 @@ dialects, build system and language bindings.
[@joker-eph](https://github.com/joker-eph) (GitHub),
mehdi_amini (Discourse)
+### 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))
+
+### 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 (core)
+* ‘async’ Dialect (unmaintained)
+
## Egress
MLIR components pertaining to egress flows from MLIR, in particular to LLVM IR.
More information about the Mlir-commits
mailing list