[llvm] [LLVM] Update backend maintainer (PR #116622)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 05:54:13 PST 2024
https://github.com/nikic created https://github.com/llvm/llvm-project/pull/116622
We currently list Evan Cheng as the fallback maintainer for the LLVM backend. However, their last contribution dates back to 2014...
I'd like to nominate @arsenm instead, who is our most active backend reviewer.
>From a72f9b6d09d4e5e2c2870b90911ccf1af286e41e Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Fri, 15 Nov 2024 17:49:44 +0100
Subject: [PATCH] Update backend fallback maintainer
---
llvm/Maintainers.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 8ad070bfd433c9..7a3f10b222fc4b 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -116,8 +116,8 @@ david.trevelyan at gmail.com (email), [davidtrevelyan](https://github.com/davidtrev
#### Parts of code generator not covered by someone else
-Evan Cheng \
-evan.cheng at apple.com (email)
+Matt Arsenault \
+Matthew.Arsenault at amd.com, arsenm2 at gmail.com (email), [arsenm](https://github.com/arsenm) (GitHub)
#### SelectionDAG
@@ -461,6 +461,7 @@ sabre at nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattn
### Inactive or former component maintainers
+Evan Cheng (evan.cheng at apple.com) -- Parts of code generator not covered by someone else
Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management
### Former maintainers of removed components
More information about the llvm-commits
mailing list