[llvm] 6b81e74 - [LLVM] Update AliasAnalysis maintainers (#120447)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 01:18:29 PST 2025


Author: Nikita Popov
Date: 2025-01-06T10:18:26+01:00
New Revision: 6b81e746bff0c59bfa20fc490c852376092adc1c

URL: https://github.com/llvm/llvm-project/commit/6b81e746bff0c59bfa20fc490c852376092adc1c
DIFF: https://github.com/llvm/llvm-project/commit/6b81e746bff0c59bfa20fc490c852376092adc1c.diff

LOG: [LLVM] Update AliasAnalysis maintainers (#120447)

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.

Added: 
    

Modified: 
    llvm/Maintainers.md

Removed: 
    


################################################################################
diff  --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index bce7444161efb8..7acca062f42a0e 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
 
@@ -73,6 +75,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 \
@@ -456,6 +463,7 @@ Chandler Carruth (chandlerc at gmail.com, chandlerc at google.com, [chandlerc](https:/
 Peter Collingbourne (peter at pcc.me.uk, [pcc](https://github.com/pcc)) -- LTO \
 Evan Cheng (evan.cheng at apple.com) -- Parts of code generator not covered by someone else \
 Jake Ehrlich (jakehehrlich at google.com, [jakehehrlich](https://github.com/jakehehrlich)) -- llvm-objcopy and ObjCopy library \
+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 \
 Venkatraman Govindaraju (venkatra at cs.wisc.edu, [vegovin](https://github.com/vegovin) -- Sparc backend \
 James Grosbach (grosbach at apple.com) -- MC layer \


        


More information about the llvm-commits mailing list