[llvm] [LLVM] Update VLIW instruction scheduling maintainer (PR #120444)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 07:57:00 PST 2024
https://github.com/nikic created https://github.com/llvm/llvm-project/pull/120444
> See [developer policy](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for context on the maintainers terminology.
We currently list Sergei Larin as the maintainer for VLIW instruction scheduling. However, he hasn't been active in about 8 years.
I believe that this functionality is only used by hexagon, so cc @llvm/pr-subscribers-backend-hexagon in case somebody would like to pick this up. Otherwise I'd just drop this component from the list.
>From 048a3d184b8fa54eaed8ae58b8d4ec8a4e659b32 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Wed, 18 Dec 2024 16:52:42 +0100
Subject: [PATCH] [LLVM] Update VLIW instruction scheduling maintainer
---
llvm/Maintainers.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 11d6deb1bf9195..3851b216be7b40 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -133,8 +133,7 @@ matze at braunis.de (email), [MatzeB](https://github.com/MatzeB) (GitHub)
#### VLIW Instruction Scheduling, Packetization
-Sergei Larin \
-slarin at codeaurora.org (email)
+???
#### Register allocation
@@ -458,6 +457,7 @@ Evan Cheng (evan.cheng at apple.com) -- Parts of code generator not covered by some
Renato Golin (rengolin at systemcall.eu, [rengolin](https://github.com/rengolin)) -- ARM backend \
James Grosbach (grosbach at apple.com) -- MC layer \
Anton Korobeynikov (anton at korobeynikov.info, [asl](https://github.com/asl)) -- ARM EABI \
+Sergei Larin (slarin at codeaurora.org) -- VLIW Instruction Scheduling, Packetization
Chad Rosier (mcrosier at codeaurora.org) -- FastISel \
Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \
Kostya Serebryany ([kcc](https://github.com/kcc)) -- Sanitizers \
More information about the llvm-commits
mailing list