[llvm] [LLVM] Volunteer myself as a secondary maintainer for LoopVectorizer (PR #120704)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 22 06:35:28 PDT 2025
https://github.com/david-arm updated https://github.com/llvm/llvm-project/pull/120704
>From 602066fba63f6704eaabf1af1d2735e34d37bc7f Mon Sep 17 00:00:00 2001
From: David Sherwood <david.sherwood at arm.com>
Date: Fri, 20 Dec 2024 09:41:40 +0000
Subject: [PATCH 1/2] [LLVM] Volunteer myself as a secondary maintainer for
LoopVectorizer
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?
---
llvm/Maintainers.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 8c9800054bb99..a6317d466a2fa 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -70,6 +70,8 @@ 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)
+David Sherwood \
+david.sherwood at arm.com (email), [david-arm](https://github.com/david-arm) (GitHub)
#### SandboxVectorizer
>From 4f2982f74d3026d394f9b089996db439c7e705c1 Mon Sep 17 00:00:00 2001
From: David Sherwood <david.sherwood at arm.com>
Date: Fri, 20 Dec 2024 14:13:38 +0000
Subject: [PATCH 2/2] Add missing \
---
llvm/Maintainers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index a6317d466a2fa..707cf7b181cc3 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -69,7 +69,7 @@ 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)
More information about the llvm-commits
mailing list