[llvm] [mlir] Add kuhar to code owners for arith (PR #168945)
Jakub Kuderski via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 20 13:00:44 PST 2025
https://github.com/kuhar created https://github.com/llvm/llvm-project/pull/168945
None
>From e5c7b48685f213d0ecff958dd3e91165dac3b9aa Mon Sep 17 00:00:00 2001
From: Jakub Kuderski <jakub at nod-labs.com>
Date: Thu, 20 Nov 2025 15:59:39 -0500
Subject: [PATCH] [mlir] Add kuhar to code owners for arith
---
.github/CODEOWNERS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index a20d9f2b0ec1d..0c3f01dd69a72 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -60,6 +60,11 @@
/mlir/lib/Conversion/*ToROCDL @krzysz00 @kuhar
/mlir/include/mlir/Dialect/LLVMIR/ROCDL* @krzysz00 @kuhar
+# Arith dialects in MLIR.
+/mlir/include/mlir/Dialect/Arith @kuhar
+/mlir/lib/Dialect/Arith @kuhar
+/mlir/lib/Conversion/ArithTo* @kuhar
+
# XeGPU and XeVM dialects in MLIR.
/mlir/include/mlir/Dialect/XeGPU @charithaintc @Jianhui-Li
/mlir/lib/Dialect/XeGPU @charithaintc @Jianhui-Li
More information about the llvm-commits
mailing list