summaryrefslogtreecommitdiff
path: root/CODE_OWNERS.TXT
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2017-06-30 07:09:08 +0000
committerChandler Carruth <chandlerc@gmail.com>2017-06-30 07:09:08 +0000
commitcebf3467bc024833fb77db808218e84026ec9aba (patch)
tree70b2a67703e8e894c69e4446c64effb205c3a7f5 /CODE_OWNERS.TXT
parent9f0e6a18bce480122c423b093b7f47c10633192e (diff)
Remove the BBVectorize pass.
It served us well, helped kick-start much of the vectorization efforts in LLVM, etc. Its time has come and past. Back in 2014: http://lists.llvm.org/pipermail/llvm-dev/2014-November/079091.html Time to actually let go and move forward. =] I've updated the release notes both about the removal and the deprecation of the corresponding C API. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CODE_OWNERS.TXT')
-rw-r--r--CODE_OWNERS.TXT2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT
index 3339c039ff8..619844256ad 100644
--- a/CODE_OWNERS.TXT
+++ b/CODE_OWNERS.TXT
@@ -70,7 +70,7 @@ D: Branch weights and BlockFrequencyInfo
N: Hal Finkel
E: hfinkel@anl.gov
-D: BBVectorize, the loop reroller, alias analysis and the PowerPC target
+D: The loop reroller, alias analysis and the PowerPC target
N: Dan Gohman
E: sunfish@mozilla.com