[llvm] [GitHub] Add @hanhanW to CODEOWNERS for relevant files. (PR #73571)

Han-Chung Wang via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 13:37:43 PST 2023


https://github.com/hanhanW created https://github.com/llvm/llvm-project/pull/73571

None

>From 3b6a2d74ea7066f7e9e6d596caf8e4d81c6d996c Mon Sep 17 00:00:00 2001
From: hanhanW <hanhan0912 at gmail.com>
Date: Mon, 27 Nov 2023 13:30:50 -0800
Subject: [PATCH] [GitHub] Add @hanhanW to CODEOWNERS for relevant files.

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

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 3e9c503f65843c8..b9a28edc9daf450 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -42,6 +42,14 @@
 /mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp @MaheshRavishankar
 /mlir/lib/Interfaces/TilingInterface.* @MaheshRavishankar
 
+/mlir/**/*EmulateNarrowType* @hanhanW
+/mlir/lib/Dialect/Linalg/Transforms/DataLayoutPropagation.cpp @hanhanW
+/mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp @hanhanW
+/mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp @hanhanW
+/mlir/lib/Dialect/Tensor/IR/TensorTilingInterfaceImpl.cpp @hanhanW
+/mlir/lib/Dialect/Tensor/Transforms/FoldIntoPackAndUnpackPatterns.cpp @hanhanW
+/mlir/lib/Dialect/Vector/Transforms/* @hanhanW
+
 # Transform Dialect in MLIR.
 /mlir/include/mlir/Dialect/Transform/* @ftynse
 /mlir/lib/Dialect/Transform/* @ftynse



More information about the llvm-commits mailing list