[llvm] Add @ftynse as GitHub codeowner for MLIR Transform dialect (PR #72882)

Oleksandr Alex Zinenko via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 07:09:12 PST 2023


https://github.com/ftynse created https://github.com/llvm/llvm-project/pull/72882

None

>From e748da72ef6bcf902bf90264e3555b5f0875b2e8 Mon Sep 17 00:00:00 2001
From: "Oleksandr \"Alex\" Zinenko" <zinenko at google.com>
Date: Mon, 20 Nov 2023 16:08:45 +0100
Subject: [PATCH] Add @ftynse as GitHub codeowner for MLIR Transform dialect

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

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 4052d883291d34e..3e9c503f65843c8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -42,6 +42,10 @@
 /mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp @MaheshRavishankar
 /mlir/lib/Interfaces/TilingInterface.* @MaheshRavishankar
 
+# Transform Dialect in MLIR.
+/mlir/include/mlir/Dialect/Transform/* @ftynse
+/mlir/lib/Dialect/Transform/* @ftynse
+
 # SPIR-V in MLIR.
 /mlir/**/SPIRV/ @antiagainst @kuhar
 /mlir/**/SPIRVTo*/ @antiagainst @kuhar



More information about the llvm-commits mailing list