[llvm] 7976bdb - Resign as code owner of branch weights and block frequency
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 14 08:01:05 PDT 2023
Author: Duncan P. N. Exon Smith
Date: 2023-09-14T08:01:02-07:00
New Revision: 7976bdb5890e1676fce5108f48032fa516bdb5aa
URL: https://github.com/llvm/llvm-project/commit/7976bdb5890e1676fce5108f48032fa516bdb5aa
DIFF: https://github.com/llvm/llvm-project/commit/7976bdb5890e1676fce5108f48032fa516bdb5aa.diff
LOG: Resign as code owner of branch weights and block frequency
Somewhat overdue... it has been a few years since I stopped watching block frequency / branch weight patches actively, so I effectively stopped acting as code owner a while ago. Reflect the reality.
Still happy to help out; feel free to pull me in if you think I might have useful context!
Added:
Modified:
llvm/CODE_OWNERS.TXT
Removed:
################################################################################
diff --git a/llvm/CODE_OWNERS.TXT b/llvm/CODE_OWNERS.TXT
index 28b382ea32e6d88..2a9fe11942e9781 100644
--- a/llvm/CODE_OWNERS.TXT
+++ b/llvm/CODE_OWNERS.TXT
@@ -75,10 +75,6 @@ E: andrea.dibiagio at sony.com
E: andrea.dibiagio at gmail.com
D: MCA, llvm-mca
-N: Duncan P. N. Exon Smith
-E: dexonsmith at apple.com
-D: Branch weights and BlockFrequencyInfo
-
N: Hal Finkel
E: hfinkel at anl.gov
D: The loop reroller and alias analysis
More information about the llvm-commits
mailing list