[llvm] Remove 'vectorizers' label from PR labeler (PR #67810)

Vlad Serebrennikov via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 07:21:47 PDT 2023


https://github.com/Endilll created https://github.com/llvm/llvm-project/pull/67810

It's subsumed by an order of magnitude more popular 'vectorization' label that is applied for the same path patterns.

Statistics (issues and PRs together):
`vectorization`: 91 open, 91 closed
'vectorizers': 8 open, 5 closed 

All 'vectorizers' usages has occurred in just the past 2 weeks, and likely by our bot.

>From 0bcc94bd4c09c663f44de392c76ab57d972e1690 Mon Sep 17 00:00:00 2001
From: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: Fri, 29 Sep 2023 18:17:47 +0400
Subject: [PATCH] Remove 'vectorizers' label from PR labeler

It's subsumed by an order of magnitude more popular 'vectorization' label that is applied for the same path patterns.
---
 .github/new-prs-labeler.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index c377de146bc8829..ae658f848ecfbf8 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -309,10 +309,6 @@ tools:llvm-mca:
   - llvm/include/llvm/MCA/**
   - llvm/lib/MCA/**
 
-vectorizers:
-  - llvm/lib/Transforms/Vectorize/**
-  - llvm/include/llvm/Transforms/Vectorize/**
-
 clang:
   - any:
     - clang/**



More information about the llvm-commits mailing list