[llvm] c890a90 - [LLVM] Volunteer myself as a secondary maintainer for LoopVectorizer (#120704)

via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 23 01:37:50 PDT 2025


Author: David Sherwood
Date: 2025-09-23T09:37:47+01:00
New Revision: c890a9050e880d807b5bed911c4e0fe046a72e6a

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

LOG: [LLVM] Volunteer myself as a secondary maintainer for LoopVectorizer (#120704)

I now have the time and am willing to help out with code reviews, tidy
up tests, clean up code, etc. Over the last few years I've done quite a
lot of vectoriser work, which includes adding support for scalable
vectors with tail-folding and this year working towards vectorisation of
loops with uncountable early exits. I've also been actively engaged with
reviewing upstream loop vectoriser patches, and submitting NFC clean-up
patches.

Now that we can have a list of maintainers per area I thought perhaps
it's worth formalising things by adding myself as a secondary maintainer
if others are happy?

Not entirely sure who to add as reviewers on this PR though!

Added: 
    

Modified: 
    llvm/Maintainers.md

Removed: 
    


################################################################################
diff  --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 0c976048a8d26..5afdd1519c96f 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -87,7 +87,9 @@ quentin.colombet at gmail.com (email), [qcolombet](https://github.com/qcolombet) (G
 #### LoopVectorize
 
 Florian Hahn \
-flo at fhahn.com (email), [fhahn](https://github.com/fhahn) (GitHub)
+flo at fhahn.com (email), [fhahn](https://github.com/fhahn) (GitHub) \
+David Sherwood \
+david.sherwood at arm.com (email), [david-arm](https://github.com/david-arm) (GitHub)
 
 #### MemorySSA
 


        


More information about the llvm-commits mailing list