Skip to content

Commit c890a90

Browse files
authored
[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!
1 parent 826845f commit c890a90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/Maintainers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ [email protected] (email), [qcolombet](https://github.com/qcolombet) (G
8787
#### LoopVectorize
8888

8989
Florian Hahn \
90-
[email protected] (email), [fhahn](https://github.com/fhahn) (GitHub)
90+
[email protected] (email), [fhahn](https://github.com/fhahn) (GitHub) \
91+
David Sherwood \
92+
[email protected] (email), [david-arm](https://github.com/david-arm) (GitHub)
9193

9294
#### MemorySSA
9395

0 commit comments

Comments
 (0)