Skip to content

[LLVM] Update inlining maintainers #120579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions llvm/Maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ [email protected], [email protected] (email), [arsenm](https://github.co

#### Inlining

Chandler Carruth \
[email protected], [email protected] (email), [chandlerc](https://github.com/chandlerc) (GitHub)
Arthur Eubanks \
[email protected] (email), [aeubanks](https://github.com/aeubanks) (GitHub) \
Mircea Trofin (esp. ML inliner) \
[email protected] (email), [mtrofin](https://github.com/mtrofin) (GitHub) \
Kazu Hirata (esp. module inliner and inline order) \
[email protected] (email), [kazutakahirata](https://github.com/kazutakahirata) (GitHub)

#### InstCombine, InstSimplify, ValueTracking, ConstantFold

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

#### New pass manager, CGSCC, LazyCallGraph

Arthur Eubanks \
[email protected] (email), [aeubanks](https://github.com/aeubanks) (GitHub)

#### LoopStrengthReduce

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

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