[llvm] 1cab8d9 - [LLVM] Add maintainers for SandboxIR and SandboxVectorizer (#115896)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 07:41:03 PST 2024
Author: Nikita Popov
Date: 2024-11-15T16:40:59+01:00
New Revision: 1cab8d9adb7e039b73c87fd3b9a1186b76e198f5
URL: https://github.com/llvm/llvm-project/commit/1cab8d9adb7e039b73c87fd3b9a1186b76e198f5
DIFF: https://github.com/llvm/llvm-project/commit/1cab8d9adb7e039b73c87fd3b9a1186b76e198f5.diff
LOG: [LLVM] Add maintainers for SandboxIR and SandboxVectorizer (#115896)
I'm currently looking through some recently added components, and
noticed that SandboxIR/SandboxVec don't have a listed maintainer. I'd
like to propose vporpo and slackito as the maintainers for this
component. vporpo is the one who originally proposed this and drives
most of the implementation effort. slackito is the second most active
contributor.
Added:
Modified:
llvm/Maintainers.md
Removed:
################################################################################
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index c648e8b4c84b63..8ad070bfd433c9 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -66,6 +66,13 @@ 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)
+#### SandboxVectorizer
+
+Vasileios Porpodas \
+vporpodas at google.com (email), [vporpo](https://github.com/vporpo) (GitHub)
+Jorge Gorbe Moya \
+jgorbe at google.com (email), [slackito](https://github.com/slackito) (GitHub)
+
#### ScalarEvolution, IndVarSimplify
Philip Reames \
@@ -319,6 +326,13 @@ peter at pcc.me.uk (email), [pcc](https://github.com/pcc) (GitHub)
Lang Hames \
lhames at gmail.com (email), [lhames](https://github.com/lhames) (GitHub)
+#### SandboxIR
+
+Vasileios Porpodas \
+vporpodas at google.com (email), [vporpo](https://github.com/vporpo) (GitHub)
+Jorge Gorbe Moya \
+jgorbe at google.com (email), [slackito](https://github.com/slackito) (GitHub)
+
#### TableGen
Paul C. Anagnostopoulos \
More information about the llvm-commits
mailing list