[llvm] [Github] Add myself and lforg37 as mlir wasmssa codeowners (PR #212079)
Ferdinand Lemaire via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 25 18:31:21 PDT 2026
https://github.com/flemairen6 created https://github.com/llvm/llvm-project/pull/212079
Adding @flemairen6 and @lforg37 as codeowners of WasmSSA
>From 09e92d3d166a4782b4f9e6d147c368c4a5d24798 Mon Sep 17 00:00:00 2001
From: Ferdinand Lemaire <flemairen6 at gmail.com>
Date: Sun, 26 Jul 2026 10:26:58 +0900
Subject: [PATCH] [Github] Add myself and lforg37 as mlir wasmssa codeowners
---
.github/CODEOWNERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 4a3bb95c3faa5..768b0777e15af 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -162,6 +162,9 @@
/mlir/**/*shard* @fschlimb
/mlir/**/*Shard* @fschlimb
+# MLIR WasmSSA Dialect
+/mlir/**/WasmSSA* @flemairen6 @lforg37
+
# MLIR Python Bindings
/mlir/test/python/ @ftynse @makslevental @stellaraccident @rolfmorel
/mlir/python/ @ftynse @makslevental @stellaraccident @rolfmorel
More information about the llvm-commits
mailing list