[llvm] [LLVM] Update AliasAnalysis maintainers (PR #120447)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 08:08:40 PST 2024
https://github.com/nikic created https://github.com/llvm/llvm-project/pull/120447
> See [developer policy](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for context on the maintainers terminology.
Currently @hfinkel is listed as the AliasAnalysis maintainer, but I believe he hasn't been actively working on LLVM in the last couple of years, so I'd like to update this information.
I'd like to nominate @fhahn and myself as the new maintainers for AA. While here, I'd also like to nominate @alinas as the maintainer for MemorySSA.
>From 651cb323b9f0da8f6a0590389d330a9ef22ad6c0 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Wed, 18 Dec 2024 17:05:56 +0100
Subject: [PATCH] [LLVM] Update AliasAnalysis maintainers
---
llvm/Maintainers.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 11d6deb1bf9195..d891f8fac8dd28 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -23,8 +23,10 @@ llvm at npopov.com, npopov at redhat.com (email), [nikic](https://github.com/nikic) (G
#### AliasAnalysis
-Hal Finkel \
-hfinkel at anl.gov (email), [hfinkel](https://github.com/hfinkel) (GitHub)
+Nikita Popov \
+llvm at npopov.com, npopov at redhat.com (email), [nikic](https://github.com/nikic) (GitHub), nikic (Discourse) \
+Florian Hahn \
+flo at fhahn.com (email), [fhahn](https://github.com/fhahn) (GitHub)
#### Attributor, OpenMPOpt
@@ -71,6 +73,11 @@ quentin.colombet at gmail.com (email), [qcolombet](https://github.com/qcolombet) (G
Florian Hahn \
flo at fhahn.com (email), [fhahn](https://github.com/fhahn) (GitHub)
+#### MemorySSA
+
+Alina Sbirlea \
+asbirlea at google.com (email), [alinas](https://github.com/alinas) (GitHub)
+
#### SandboxVectorizer
Vasileios Porpodas \
@@ -455,6 +462,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 \
Evan Cheng (evan.cheng at apple.com) -- Parts of code generator not covered by someone else \
+Hal Finkel (hfinkel at anl.gov, [hfinkel](https://github.com/hfinkel) -- AliasAnalysis
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 \
More information about the llvm-commits
mailing list