[llvm] Volunteer for loop interchange transform (PR #120824)
Madhur Amilkanthwar via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 21:59:12 PST 2024
https://github.com/madhur13490 created https://github.com/llvm/llvm-project/pull/120824
None
>From 965c0e7d6955b1a1b58c7cd4db0d6a83831e6203 Mon Sep 17 00:00:00 2001
From: Madhur Amilkanthwar <madhura at nvidia.com>
Date: Fri, 20 Dec 2024 21:57:41 -0800
Subject: [PATCH] Volunteer for loop interchange transform
---
llvm/Maintainers.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 6d0fda148ce87c..8e637827f59f75 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -73,6 +73,10 @@ quentin.colombet at gmail.com (email), [qcolombet](https://github.com/qcolombet) (G
Florian Hahn \
flo at fhahn.com (email), [fhahn](https://github.com/fhahn) (GitHub)
+#### LoopInterchange
+Madhur Amilkanthwar \
+madhura at nvidia.com (email), [madhur13490](https://github.com/madhur13490) (GitHub)
+
#### SandboxVectorizer
Vasileios Porpodas \
More information about the llvm-commits
mailing list