[llvm] Update InstCombine maintainers (PR #120408)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 03:46:38 PST 2024
https://github.com/nikic created https://github.com/llvm/llvm-project/pull/120408
> See [developer policy](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for context on the maintainers terminology.
We currently list @majnemer as the maintainer for InstCombine. While David does still occasionally contribute in this area, most of the contributions/reviews come from other people nowadays.
I'd like to propose @dtcxzyw and myself as the new maintainers for this area. I've also expanded it to include InstSimplify and ValueTracking, and these tend to all go together.
>From 2e78e6f998c0c9a0f27c182206ea75cf55acd142 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Wed, 18 Dec 2024 12:42:36 +0100
Subject: [PATCH] Update InstCombine maintainers
---
llvm/Maintainers.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 11d6deb1bf9195..103034fa1e6887 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -46,10 +46,12 @@ Matthew.Arsenault at amd.com, arsenm2 at gmail.com (email), [arsenm](https://github.co
Chandler Carruth \
chandlerc at gmail.com, chandlerc at google.com (email), [chandlerc](https://github.com/chandlerc) (GitHub)
-#### InstCombine, ConstantFold
+#### InstCombine, InstSimplify, ValueTracking, ConstantFold
-David Majnemer \
-david.majnemer at gmail.com (email), [majnemer](https://github.com/majnemer) (GitHub)
+Nikita Popov \
+llvm at npopov.com, npopov at redhat.com (email), [nikic](https://github.com/nikic) (GitHub), nikic (Discourse) \
+Yingwei Zheng \
+dtcxzyw2333 at gmail.com (email), [dtcxzyw](https://github.com/dtcxzyw) (GitHub)
#### InstrProfiling and related parts of ProfileData
@@ -458,6 +460,7 @@ Evan Cheng (evan.cheng at apple.com) -- Parts of code generator not covered by some
Renato Golin (rengolin at systemcall.eu, [rengolin](https://github.com/rengolin)) -- ARM backend \
James Grosbach (grosbach at apple.com) -- MC layer \
Anton Korobeynikov (anton at korobeynikov.info, [asl](https://github.com/asl)) -- ARM EABI \
+David Majnemer (david.majnemer at gmail.com, [majnemer](https://github.com/majnemer)) -- InstCombine, ConstantFold \
Chad Rosier (mcrosier at codeaurora.org) -- FastISel \
Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \
Kostya Serebryany ([kcc](https://github.com/kcc)) -- Sanitizers \
More information about the llvm-commits
mailing list