[llvm] [LLVM] Volunteer myself and Usman Nadeem as DFAJumpThreading maintainers (PR #161491)

Hongyu Chen via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 1 01:27:45 PDT 2025


https://github.com/XChy created https://github.com/llvm/llvm-project/pull/161491

Both Usman Nadeem and I have constantly contributed to the DFAJumpThreading pass so far. To push DFAJumpThreading forwards and make it enabled by default, I volunteer myself and Usman Nadeem as DFAJumpThreading maintainers.
See also the discussion in https://github.com/llvm/llvm-project/pull/157646.

>From 35cdcdc674f4bd7093177c68231c66bbfb34d9f4 Mon Sep 17 00:00:00 2001
From: XChy <xxs_chy at outlook.com>
Date: Wed, 1 Oct 2025 16:01:32 +0800
Subject: [PATCH] [LLVM] Volunteer myself and Usman Nadeem as DFAJumpThreading
 maintainers

---
 llvm/Maintainers.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 5afdd1519c96f..e52259236fc19 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -123,6 +123,13 @@ a.bataev at outlook.com (email), [alexey-bataev](https://github.com/alexey-bataev)
 Chandler Carruth \
 chandlerc at gmail.com, chandlerc at google.com (email), [chandlerc](https://github.com/chandlerc) (GitHub)
 
+#### DFAJumpThreading
+
+Hongyu Chen \
+xxs\_chy at outlook.com (email), [XChy](https://github.com/XChy) (Github) \
+Usman Nadeem \
+mnadeem at quicinc.com (email), [UsmanNadeem](https://github.com/UsmanNadeem) (Github)
+
 ### Instrumentation and sanitizers
 
 #### Sanitizers not covered by someone else



More information about the llvm-commits mailing list