[llvm] [InstCombine][GitHub] Auto-add llvm:instcombine label (NFC) (PR #115736)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 08:18:44 PST 2024


https://github.com/nikic created https://github.com/llvm/llvm-project/pull/115736

Add `llvm:instcombine` label to PRs touching InstCombine or InstSimplify. (We track InstSimplify issues under `llvm:instcombine` as well, so I added it here as well.)

>From f7db2028370f5a82ea594ccf403fa0249ef83e0c Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Mon, 11 Nov 2024 17:16:23 +0100
Subject: [PATCH] [InstCombine][GitHub] Auto-add llvm:instcombine label (NFC)

Add `llvm:instcombine` label to PRs touching InstCombine or
InstSimplify. (We track InstSimplify issues under `llvm:instcombine`
as well, so I added it here as well.)
---
 .github/new-prs-labeler.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index cef47823315106..c6746779d2dca6 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -605,6 +605,14 @@ llvm:transforms:
   - llvm/test/Transforms/**
   - llvm/unittests/Transforms/**
 
+llvm:instcombine:
+  - llvm/lib/Analysis/InstructionSimplify.cpp
+  - llvm/lib/Transforms/InstCombine/**
+  - llvm/include/llvm/Transforms/InstCombine/
+  - llvm/include/llvm/Analysis/InstructionSimplify.h
+  - llvm/test/Transforms/InstCombine/**
+  - llvm/test/Transforms/InstSimplify/**
+
 clangd:
   - clang-tools-extra/clangd/**
 



More information about the llvm-commits mailing list