Skip to content

Commit 38c5d23

Browse files
authored
[GitHub] Add main LLVM Dialect path to MLIR LLVM PR subscribers (#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 #65508 add the team as codeowner.
1 parent dd51ae8 commit 38c5d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
/mlir/**/Index/ @llvm/pr-subscribers-mlir-index
120120

121121
# mlir-llvm
122-
/mlir/**/LLVM/ @llvm/pr-subscribers-mlir-llvm
122+
/mlir/**/LLVM* @llvm/pr-subscribers-mlir-llvm
123123

124124
# mlir-linalg
125125
/mlir/**/*Linalg @llvm/pr-subscribers-mlir-linalg

0 commit comments

Comments
 (0)