[llvm] Update CODEOWNERS for MLIR python bindings (PR #150609)

Maksim Levental via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 25 06:43:34 PDT 2025


https://github.com/makslevental updated https://github.com/llvm/llvm-project/pull/150609

>From bf3aadf66684748989dbfc0bd5ca126ecc676d0b Mon Sep 17 00:00:00 2001
From: Maksim Levental <maksim.levental at gmail.com>
Date: Fri, 25 Jul 2025 08:10:28 -0400
Subject: [PATCH 1/2] Update CODEOWNERS

---
 .github/CODEOWNERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index dd7e1771c9361..43c402be4647e 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -122,6 +122,7 @@
 # MLIR Python Bindings
 /mlir/test/python/ @ftynse @makslevental @stellaraccident
 /mlir/python/ @ftynse @makslevental @stellaraccident
+/mlir/lib/Bindings/Python @makslevental
 
 # MLIR Mem2Reg/SROA
 /mlir/**/Transforms/Mem2Reg.* @moxinilian

>From 8a5ddbfbaec1af976e900bd1c2670d352c859a87 Mon Sep 17 00:00:00 2001
From: Maksim Levental <maksim.levental at gmail.com>
Date: Fri, 25 Jul 2025 09:43:27 -0400
Subject: [PATCH 2/2] Update CODEOWNERS

---
 .github/CODEOWNERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 43c402be4647e..23e13fdd060d3 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -120,9 +120,9 @@
 /mlir/**/Index* @mogball
 
 # MLIR Python Bindings
-/mlir/test/python/ @ftynse @makslevental @stellaraccident
-/mlir/python/ @ftynse @makslevental @stellaraccident
-/mlir/lib/Bindings/Python @makslevental
+/mlir/test/python/ @ftynse @makslevental @stellaraccident @rolfmorel
+/mlir/python/ @ftynse @makslevental @stellaraccident @rolfmorel
+/mlir/lib/Bindings/Python @makslevental @rolfmorel
 
 # MLIR Mem2Reg/SROA
 /mlir/**/Transforms/Mem2Reg.* @moxinilian



More information about the llvm-commits mailing list