From 53e504dbfd56c38c5af977c6af020a071133c13c Mon Sep 17 00:00:00 2001 From: "Oleksandr \"Alex\" Zinenko" Date: Fri, 18 Jul 2025 11:41:26 +0200 Subject: [PATCH] [mlir] Nominate MLIR Core category maintainers 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. --- mlir/Maintainers.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 mlir/Maintainers.md 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@gmail.com (email), + [@ftynse](https://github.com/ftynse) (GitHub), + ftynse (Discourse) +- Jacques Pienaar \ + jpienaar@google.com (email), + [@jpienaar](https://github.com/jpienaar) (GitHub), + jpienaar (Discourse) +- Mehdi Amini \ + joker.eph@gmail.com (email), + [@joker-eph](https://github.com/joker-eph) (GitHub), + mehdi_amini (Discourse)