[llvm] [mlir][python] add to CODEOWNERS (PR #88561)

Maksim Levental via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 11:58:02 PDT 2024


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

Not trying to seize the reigns of power or anything - just would like to stay up to date. Anyone else want to be added?

>From ec57c0cc8819588e32f47a593df0e31b818f1f54 Mon Sep 17 00:00:00 2001
From: max <maksim.levental at gmail.com>
Date: Fri, 12 Apr 2024 13:56:20 -0500
Subject: [PATCH] [mlir][python] add to CODEOWNERS

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

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 76b8266cae87c4..74475b85c25964 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -115,6 +115,10 @@ clang/test/AST/Interp/ @tbaederr
 /mlir/**/LLVMIR/**/BasicPtxBuilderInterface* @grypp
 /mlir/**/NVVM*/ @grypp
 
+# MLIR Python Bindings
+/mlir/test/python/ @makslevental
+/mlir/python/ @makslevental
+
 # BOLT
 /bolt/ @aaupov @maksfb @rafaelauler @ayermolo @dcci
 



More information about the llvm-commits mailing list