[llvm] [LLVM] Update inlining maintainers (PR #120579)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 05:53:31 PST 2024
https://github.com/nikic created https://github.com/llvm/llvm-project/pull/120579
> See [developer policy](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for context on the maintainers terminology.
We currently list @chandlerc as the maintainer for inlining, but I don't think he works on that area nowadays.
I'd like to nominate @aeubanks and @mtrofin as new maintainers for inlining. I'm also adding @aeubanks as the maintainer for NewPM/CGCSS/LazyCallGraph, which are quite closely intertwined with inlining.
>From 6b45fad02dfafff3e5a11334e815ee18cd5a2c9f Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Thu, 19 Dec 2024 14:47:57 +0100
Subject: [PATCH] [LLVM] Update inlining maintainers
---
llvm/Maintainers.md | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 8c9800054bb990..b95822acd68887 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -43,8 +43,10 @@ Matthew.Arsenault at amd.com, arsenm2 at gmail.com (email), [arsenm](https://github.co
#### Inlining
-Chandler Carruth \
-chandlerc at gmail.com, chandlerc at google.com (email), [chandlerc](https://github.com/chandlerc) (GitHub)
+Arthur Eubanks \
+aeubanks at google.com (email), [aeubanks](https://github.com/aeubanks) (GitHub)
+Mircea Trofin (esp. ML inliner) \
+mtrofin at google.com (email), [mtrofin](https://github.com/mtrofin) (GitHub)
#### InstCombine, ConstantFold
@@ -61,6 +63,11 @@ mail at justinbogner.com (email), [bogner](https://github.com/bogner) (GitHub)
Diego Novillo \
dnovillo at google.com (email), [dnovillo](https://github.com/dnovillo) (GitHub)
+#### New pass manager, CGSCC, LazyCallGraph
+
+Arthur Eubanks \
+aeubanks at google.com (email), [aeubanks](https://github.com/aeubanks) (GitHub)
+
#### LoopStrengthReduce
Quentin Colombet \
@@ -455,7 +462,7 @@ sabre at nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattn
Paul C. Anagnostopoulos (paul at windfall.com, [Paul-C-Anagnostopoulos](https://github.com/Paul-C-Anagnostopoulos)) -- TableGen \
Justin Bogner (mail at justinbogner.com, [bogner](https://github.com/bogner)) -- SelectionDAG \
-Chandler Carruth (chandlerc at gmail.com, chandlerc at google.com, [chandlerc](https://github.com/chandlerc)) -- ADT, Support \
+Chandler Carruth (chandlerc at gmail.com, chandlerc at google.com, [chandlerc](https://github.com/chandlerc)) -- ADT, Support, Inlining \
Evan Cheng (evan.cheng at apple.com) -- Parts of code generator not covered by someone else \
Jake Ehrlich (jakehehrlich at google.com, [jakehehrlich](https://github.com/jakehehrlich)) -- llvm-objcopy and ObjCopy library \
Renato Golin (rengolin at systemcall.eu, [rengolin](https://github.com/rengolin)) -- ARM backend \
More information about the llvm-commits
mailing list