Update CODEOWNERS for MLIR python bindings (#150609)

This commit is contained in:
Maksim Levental 2025-07-25 11:48:55 -05:00 committed by GitHub
parent c610b24493
commit ae5537e014
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.github/CODEOWNERS vendored
View File

@ -120,8 +120,9 @@
/mlir/**/Index* @mogball
# MLIR Python Bindings
/mlir/test/python/ @ftynse @makslevental @stellaraccident
/mlir/python/ @ftynse @makslevental @stellaraccident
/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