[llvm] [LLVM] Add myself to the former maintainers list. (PR #169201)
Owen Anderson via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 22 23:12:39 PST 2025
https://github.com/resistor created https://github.com/llvm/llvm-project/pull/169201
I was the SelectionDAG maintainer (then called code owner) from aebfacb008246b912e2fc5a454939a3de942303b (requested to take it up by Evan Cheng) and yielded the role to Justin Bogner as of d8ed65dda0b10b5d9fa6ebd2da46e733fbde5512.
>From 48f01e8294f8b02e62ecbe843d406a2f6e930abb Mon Sep 17 00:00:00 2001
From: Owen Anderson <resistor at mac.com>
Date: Sun, 23 Nov 2025 01:09:09 -0600
Subject: [PATCH] [LLVM] Add myself to the former maintainers list.
I was the SelectionDAG maintainer (then called code owner) from aebfacb008246b912e2fc5a454939a3de942303b (requested to take it up by Evan Cheng) and yielded the role to Justin Bogner as of d8ed65dda0b10b5d9fa6ebd2da46e733fbde5512.
---
llvm/Maintainers.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 1eba955f9d6ed..b0d4e46bb508f 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -533,6 +533,7 @@ sabre at nondot.org (email), [lattner](https://github.com/lattner) (GitHub), clattn
### Inactive or former component maintainers
Paul C. Anagnostopoulos (paul at windfall.com, [Paul-C-Anagnostopoulos](https://github.com/Paul-C-Anagnostopoulos)) -- TableGen \
+Owen Anderson (resistor at mac.com, [resistor](https://github.com/resistor)) -- SelectionDAG \
Justin Bogner (mail at justinbogner.com, [bogner](https://github.com/bogner)) -- SelectionDAG \
Chandler Carruth (chandlerc at gmail.com, chandlerc at google.com, [chandlerc](https://github.com/chandlerc)) -- ADT, Support, Inlining, CMake and library layering \
Peter Collingbourne (peter at pcc.me.uk, [pcc](https://github.com/pcc)) -- LTO \
More information about the llvm-commits
mailing list