[llvm] [GitHub] Add PR filters for VectorCombine patches (PR #145896)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 06:54:20 PDT 2025
https://github.com/RKSimon created https://github.com/llvm/llvm-project/pull/145896
Distinguish VectorCombine from the vectorizers without just treating it as part of the InstCombine group
Fixes #145286
>From fb35cd5799bc0a33a08306171561697ff15c55e8 Mon Sep 17 00:00:00 2001
From: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: Thu, 26 Jun 2025 14:53:24 +0100
Subject: [PATCH] [GitHub] Add PR filters for VectorCombine patches
Distinguish VectorCombine from the vectorizers without just treating it as part of the InstCombine group
Fixes #145286
---
.github/new-prs-labeler.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 2f8d5745668d9..863090af9af7e 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -632,6 +632,10 @@ llvm:instcombine:
- llvm/test/Transforms/InstCombine/**
- llvm/test/Transforms/InstSimplify/**
+llvm:vectorcombine:
+ - llvm/lib/Transforms/Vectorize/VectorCombine.cpp
+ - llvm/test/Transforms/VectorCombine/**
+
clangd:
- clang-tools-extra/clangd/**
More information about the llvm-commits
mailing list