[llvm] e534178 - [LLVM] Update inlining maintainers (#120579)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 00:50:07 PST 2025
Author: Nikita Popov
Date: 2025-01-08T09:50:04+01:00
New Revision: e5341784dbcc9e166827233a66fb54645204a43e
URL: https://github.com/llvm/llvm-project/commit/e5341784dbcc9e166827233a66fb54645204a43e
DIFF: https://github.com/llvm/llvm-project/commit/e5341784dbcc9e166827233a66fb54645204a43e.diff
LOG: [LLVM] Update inlining maintainers (#120579)
Update maintainers for inlining, and add section for NewPM/CGSCC.
Added:
Modified:
llvm/Maintainers.md
Removed:
################################################################################
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 8d86ac45f3d057..2ccf30b8139aaa 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -45,8 +45,12 @@ 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) \
+Kazu Hirata (esp. module inliner and inline order) \
+kazu at google.com (email), [kazutakahirata](https://github.com/kazutakahirata) (GitHub)
#### InstCombine, InstSimplify, ValueTracking, ConstantFold
@@ -65,6 +69,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 +471,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 \
More information about the llvm-commits
mailing list