[llvm] 8135762 - Volunteer for loop interchange transform (#120824)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 18 23:21:10 PST 2025
Author: Madhur Amilkanthwar
Date: 2025-01-19T12:51:06+05:30
New Revision: 81357627deba3411d4dfd2c819639195cdf80770
URL: https://github.com/llvm/llvm-project/commit/81357627deba3411d4dfd2c819639195cdf80770
DIFF: https://github.com/llvm/llvm-project/commit/81357627deba3411d4dfd2c819639195cdf80770.diff
LOG: Volunteer for loop interchange transform (#120824)
After our talk on LoopVectorization, we are looking at various loop
transformations. I would like to volunteer myself for LoopInterchange
transform.
Added:
Modified:
llvm/Maintainers.md
Removed:
################################################################################
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 10714b508ca68d..74dcc5abf5645e 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -87,6 +87,11 @@ flo at fhahn.com (email), [fhahn](https://github.com/fhahn) (GitHub)
Alina Sbirlea \
asbirlea at google.com (email), [alinas](https://github.com/alinas) (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