[Mlir-commits] [mlir] a87fb3b - [mlir] Nominate MLIR Core category maintainers (#149485)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jul 28 00:49:37 PDT 2025
Author: Oleksandr "Alex" Zinenko
Date: 2025-07-28T09:49:35+02:00
New Revision: a87fb3b60fac6ae420393ae8740c9becc7ef6a05
URL: https://github.com/llvm/llvm-project/commit/a87fb3b60fac6ae420393ae8740c9becc7ef6a05
DIFF: https://github.com/llvm/llvm-project/commit/a87fb3b60fac6ae420393ae8740c9becc7ef6a05.diff
LOG: [mlir] Nominate MLIR Core category maintainers (#149485)
This is a nomination for the maintainers of the core category within
MLIR as proposed in
https://discourse.llvm.org/t/mlir-project-maintainers/87189. As agreed
in the Project Council meeting on July 17, we are proceeding with
category nominations without waiting for lead maintainers to be
nominated.
Added:
mlir/Maintainers.md
Modified:
Removed:
################################################################################
diff --git a/mlir/Maintainers.md b/mlir/Maintainers.md
new file mode 100644
index 0000000000000..5a4619737cdb4
--- /dev/null
+++ b/mlir/Maintainers.md
@@ -0,0 +1,28 @@
+# MLIR Maintainers
+
+This file is a list of the
+[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for MLIR.
+
+The following people are the active maintainers for the project. For the sake of
+simplicity, responsibility areas are subdivided into broad categories, which are
+further subdivided into individual components, such as dialects. Please reach
+out to them for code reviews, questions about their area of expertise, or other
+assistance.
+
+## Core
+
+Core components of MLIR, including core IR, analyses and rewriters, fundamental
+dialects, build system and language bindings.
+
+- Alex Zinenko \
+ ftynse at gmail.com (email),
+ [@ftynse](https://github.com/ftynse) (GitHub),
+ ftynse (Discourse)
+- Jacques Pienaar \
+ jpienaar at google.com (email),
+ [@jpienaar](https://github.com/jpienaar) (GitHub),
+ jpienaar (Discourse)
+- Mehdi Amini \
+ joker.eph at gmail.com (email),
+ [@joker-eph](https://github.com/joker-eph) (GitHub),
+ mehdi_amini (Discourse)
More information about the Mlir-commits
mailing list