Skip to content

Commit e534178

Browse files
authored
[LLVM] Update inlining maintainers (#120579)
Update maintainers for inlining, and add section for NewPM/CGSCC.
1 parent 366e62a commit e534178

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

llvm/Maintainers.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,12 @@ [email protected], [email protected] (email), [arsenm](https://github.co
4545

4646
#### Inlining
4747

48-
Chandler Carruth \
49-
[email protected], [email protected] (email), [chandlerc](https://github.com/chandlerc) (GitHub)
48+
Arthur Eubanks \
49+
[email protected] (email), [aeubanks](https://github.com/aeubanks) (GitHub) \
50+
Mircea Trofin (esp. ML inliner) \
51+
[email protected] (email), [mtrofin](https://github.com/mtrofin) (GitHub) \
52+
Kazu Hirata (esp. module inliner and inline order) \
53+
[email protected] (email), [kazutakahirata](https://github.com/kazutakahirata) (GitHub)
5054

5155
#### InstCombine, InstSimplify, ValueTracking, ConstantFold
5256

@@ -65,6 +69,11 @@ [email protected] (email), [bogner](https://github.com/bogner) (GitHub)
6569
Diego Novillo \
6670
[email protected] (email), [dnovillo](https://github.com/dnovillo) (GitHub)
6771

72+
#### New pass manager, CGSCC, LazyCallGraph
73+
74+
Arthur Eubanks \
75+
[email protected] (email), [aeubanks](https://github.com/aeubanks) (GitHub)
76+
6877
#### LoopStrengthReduce
6978

7079
Quentin Colombet \
@@ -462,7 +471,7 @@ [email protected] (email), [lattner](https://github.com/lattner) (GitHub), clattn
462471

463472
Paul C. Anagnostopoulos ([email protected], [Paul-C-Anagnostopoulos](https://github.com/Paul-C-Anagnostopoulos)) -- TableGen \
464473
Justin Bogner ([email protected], [bogner](https://github.com/bogner)) -- SelectionDAG \
465-
Chandler Carruth ([email protected], [email protected], [chandlerc](https://github.com/chandlerc)) -- ADT, Support \
474+
Chandler Carruth ([email protected], [email protected], [chandlerc](https://github.com/chandlerc)) -- ADT, Support, Inlining \
466475
Peter Collingbourne ([email protected], [pcc](https://github.com/pcc)) -- LTO \
467476
Evan Cheng ([email protected]) -- Parts of code generator not covered by someone else \
468477
Jake Ehrlich ([email protected], [jakehehrlich](https://github.com/jakehehrlich)) -- llvm-objcopy and ObjCopy library \

0 commit comments

Comments
 (0)