[llvm] [LLVM] Update inlining maintainers (PR #120579)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 8 00:49:17 PST 2025


https://github.com/nikic updated https://github.com/llvm/llvm-project/pull/120579

>From d3c9953075866217575fe15b9fbef99b0be0c852 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 1/3] [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 8d86ac45f3d057..6f59157f25bacc 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -45,8 +45,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, InstSimplify, ValueTracking, ConstantFold
 
@@ -65,6 +67,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 \
@@ -462,7 +469,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 \
 Peter Collingbourne (peter at pcc.me.uk, [pcc](https://github.com/pcc)) -- LTO \
 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 \

>From 1ac9e86c97749a6bb9f5544142653d6a50434c4f Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Fri, 20 Dec 2024 09:51:38 +0100
Subject: [PATCH 2/3] Also add kazutakahirata

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

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 6f59157f25bacc..50100474acd9bf 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -48,7 +48,9 @@ Matthew.Arsenault at amd.com, arsenm2 at gmail.com (email), [arsenm](https://github.co
 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)
+mtrofin at google.com (email), [mtrofin](https://github.com/mtrofin) (GitHub) \
+Kazu Hirata (esp. module inliner and inline order) \
+kazu at google.com (email), [kazutakahirata](https://github.com/kazutakahirata) (GitHub)
 
 #### InstCombine, InstSimplify, ValueTracking, ConstantFold
 

>From 9f66c3a0d40540afcc250e17c0cb7bd24aaf0381 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Wed, 8 Jan 2025 09:48:44 +0100
Subject: [PATCH 3/3] Fix formatting error

---
 llvm/Maintainers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 50100474acd9bf..2ccf30b8139aaa 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -46,7 +46,7 @@ Matthew.Arsenault at amd.com, arsenm2 at gmail.com (email), [arsenm](https://github.co
 #### Inlining
 
 Arthur Eubanks \
-aeubanks at google.com (email), [aeubanks](https://github.com/aeubanks) (GitHub)
+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) \
 Kazu Hirata (esp. module inliner and inline order) \



More information about the llvm-commits mailing list