[llvm] add owner (PR #89099)

Guray Ozen via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 09:40:28 PDT 2024


https://github.com/grypp created https://github.com/llvm/llvm-project/pull/89099

None

>From 072ed83bc02c6ac23008f66a36e81905d097e3d1 Mon Sep 17 00:00:00 2001
From: grypp <guray.ozen at gmail.com>
Date: Wed, 17 Apr 2024 16:37:30 +0000
Subject: [PATCH] add owner

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

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 77ba81c58c5d63..4215ae5d0d92f2 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -114,6 +114,7 @@ clang/test/AST/Interp/ @tbaederr
 # MLIR NVVM Dialect in MLIR
 /mlir/**/LLVMIR/**/BasicPtxBuilderInterface* @grypp
 /mlir/**/NVVM*/ @grypp
+/mlir/**/NVVM* @grypp
 
 # BOLT
 /bolt/ @aaupov @maksfb @rafaelauler @ayermolo @dcci



More information about the llvm-commits mailing list