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

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 01:47:18 PST 2024


https://github.com/david-arm created https://github.com/llvm/llvm-project/pull/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!

>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] [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 8c9800054bb990..a6317d466a2fa5 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
 



More information about the llvm-commits mailing list