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

Maksim Levental via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 25 05:11:55 PDT 2025


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

@ftynse @rolfmorel do you want to be added? @stellaraccident would you like to be removed?

>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] 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



More information about the llvm-commits mailing list