[llvm] [GitHub] Add main LLVM Dialect path to MLIR LLVM PR subscribers (PR #65513)

Markus Böck via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 11:41:05 PDT 2023


https://github.com/zero9178 created https://github.com/llvm/llvm-project/pull/65513:

The LLVM Dialect in MLIR, which the `mlir-llvm` team is supposed to provide notifications for, is 98% not nested in a directory called LLVM but rather LLVMIR. The former only contains some tests.

This should make PRs such as https://github.com/llvm/llvm-project/pull/65508 add the team as codeowner.

>From c855e09122e30c494068d83cdba058013ac04828 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Markus=20B=C3=B6ck?= <markus.boeck02 at gmail.com>
Date: Wed, 6 Sep 2023 20:40:37 +0200
Subject: [PATCH] [GitHub] Add main LLVM Dialect path to MLIR LLVM PR
 subscribers

The LLVM Dialect in MLIR, which the `mlir-llvm` team is supposed to provide notifications for, is 98% not nested in a directory called LLVM but rather LLVMIR. The former only contains some tests.

This should make PRs such as https://github.com/llvm/llvm-project/pull/65508 add the team as codeowner.
---
 .github/CODEOWNERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 235e22005b0940..ef64263e1821a7 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -120,6 +120,7 @@
 
 # mlir-llvm
 /mlir/**/LLVM/ @llvm/pr-subscribers-mlir-llvm
+/mlir/**/LLVMIR/ @llvm/pr-subscribers-mlir-llvm
 
 # mlir-linalg
 /mlir/**/*Linalg @llvm/pr-subscribers-mlir-linalg



More information about the llvm-commits mailing list