[llvm] 323d850 - Add self as code owner for SCEV and IndVars
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Tue May 26 17:36:04 PDT 2020
Author: Philip Reames
Date: 2020-05-26T17:35:54-07:00
New Revision: 323d850427472ed060fc4c495b2010e6174b875b
URL: https://github.com/llvm/llvm-project/commit/323d850427472ed060fc4c495b2010e6174b875b
DIFF: https://github.com/llvm/llvm-project/commit/323d850427472ed060fc4c495b2010e6174b875b.diff
LOG: Add self as code owner for SCEV and IndVars
This was discussed on llvm-dev thread "Transferring code ownership for SCEV and IndVars" a few months back. I just forgot to make the actual change.
Added:
Modified:
llvm/CODE_OWNERS.TXT
Removed:
################################################################################
diff --git a/llvm/CODE_OWNERS.TXT b/llvm/CODE_OWNERS.TXT
index 35f8ef81c1ea..5cc5b87364c1 100644
--- a/llvm/CODE_OWNERS.TXT
+++ b/llvm/CODE_OWNERS.TXT
@@ -52,8 +52,8 @@ N: Pete Couperus
E: petecoup at synopsys.com
D: ARC backend (lib/Target/ARC/*)
-N: Sanjoy Das
-E: sanjoy at playingwithpointers.com
+N: Philip Reames
+E: listmail at philipreames.com
D: IndVar Simplify, Scalar Evolution
N: Marshall Clow
More information about the llvm-commits
mailing list