[llvm] [LLVM] Nominate Ehsan as a DA maintainer (PR #200375)

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 01:25:46 PDT 2026


https://github.com/sjoerdmeijer updated https://github.com/llvm/llvm-project/pull/200375

>From 06d8bac7665fc1332b66aec909415bf57a644fb0 Mon Sep 17 00:00:00 2001
From: Sjoerd Meijer <smeijer at nvidia.com>
Date: Fri, 29 May 2026 03:50:30 -0700
Subject: [PATCH 1/2] [LLVM] Nominate Ehsan as a DA maintainer

This is related to #200335. I would like to nominate Ehsan as a maintainer for
DependenceAnalysis as I am aware he expressed interest in that.  I am happy
that Ryotaro became a maintainer, and if we get one more maintainer with Ehsan,
that is a really good sign of a healthy loop optimisation community; I think
this is a good thing, and support this.
---
 llvm/Maintainers.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 51ba0c674befb..13e418a740cfc 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -100,6 +100,8 @@ asbirlea at google.com (email), [alinas](https://github.com/alinas) (GitHub)
 
 Ryotaro Kasuga \
 kasuga.ryotaro at fujitsu.com, krkr9893 at gmail.com (email), [kasuga-fj](https://github.com/kasuga-fj) (GitHub)
+Ehsan Amiri \
+ehsan.amiri at huawei.com, [amehsan](https://github.com/amehsan) (GitHub)
 
 #### LoopInterchange
 

>From 317fddb15e2b9d5580774bf66a736424cd7a4413 Mon Sep 17 00:00:00 2001
From: Sjoerd Meijer <smeijer at nvidia.com>
Date: Mon, 1 Jun 2026 01:24:41 -0700
Subject: [PATCH 2/2] Addressed comments

---
 llvm/Maintainers.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 13e418a740cfc..5143fc2c42a6b 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -96,13 +96,18 @@ david.sherwood at arm.com (email), [david-arm](https://github.com/david-arm) (GitHu
 Alina Sbirlea \
 asbirlea at google.com (email), [alinas](https://github.com/alinas) (GitHub)
 
-### Delinearization, DependenceAnalysis, ScalarEvolutionDivision
+### DependenceAnalysis
 
 Ryotaro Kasuga \
 kasuga.ryotaro at fujitsu.com, krkr9893 at gmail.com (email), [kasuga-fj](https://github.com/kasuga-fj) (GitHub)
 Ehsan Amiri \
 ehsan.amiri at huawei.com, [amehsan](https://github.com/amehsan) (GitHub)
 
+### Delinearization, ScalarEvolutionDivision
+
+Ryotaro Kasuga \
+kasuga.ryotaro at fujitsu.com, krkr9893 at gmail.com (email), [kasuga-fj](https://github.com/kasuga-fj) (GitHub)
+
 #### LoopInterchange
 
 Madhur Amilkanthwar \



More information about the llvm-commits mailing list