[llvm] [github][mlir] Add kuhar to code owners for vector IR (PR #99955)
Jakub Kuderski via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 22 14:28:33 PDT 2024
https://github.com/kuhar created https://github.com/llvm/llvm-project/pull/99955
This is so that I can track vector dialect changes and pay attention to the maintenance required on the SPIR-V lowering side.
>From 5b84decaae2093eae2fb524853b6c1f8b59bdbf1 Mon Sep 17 00:00:00 2001
From: Jakub Kuderski <jakub at nod-labs.com>
Date: Mon, 22 Jul 2024 17:27:08 -0400
Subject: [PATCH] [github][mlir] Add kuhar to code owners for vector IR
---
.github/CODEOWNERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 0da482457ad70..02303c5e6cc57 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -86,6 +86,7 @@ clang/test/AST/Interp/ @tbaederr
/mlir/**/*VectorToLLVM* @banach-space @dcaballe @nicolasvasilache
/mlir/**/*X86Vector* @aartbik @dcaballe @nicolasvasilache
/mlir/include/mlir/Dialect/Vector @banach-space @dcaballe @nicolasvasilache
+/mlir/include/mlir/Dialect/Vector/IR @kuhar
/mlir/lib/Dialect/Vector @banach-space @dcaballe @nicolasvasilache
/mlir/lib/Dialect/Vector/Transforms/* @banach-space @dcaballe @hanhanW @nicolasvasilache
/mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp @banach-space @dcaballe @MaheshRavishankar @nicolasvasilache
More information about the llvm-commits
mailing list