[llvm] github: Add lib/CodeGen to PR autolabeler (PR #138131)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu May 1 06:38:26 PDT 2025


https://github.com/arsenm created https://github.com/llvm/llvm-project/pull/138131

Try to exclude SelectionDAG and GlobalISel since those have
their own labels

>From 9b68f8878755150eec2152d107affcad6d7192d2 Mon Sep 17 00:00:00 2001
From: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Thu, 1 May 2025 15:37:21 +0200
Subject: [PATCH] github: Add lib/CodeGen to PR autolabeler

Try to exclude SelectionDAG and GlobalISel since those have
their own labels
---
 .github/new-prs-labeler.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 1ec159bfaa090..06a8bfeb4ee73 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -554,6 +554,12 @@ flang:fir-hlfir:
 flang:codegen:
   - flang/**/CodeGen/**
 
+llvm:codegen:
+  - llvm/lib/CodeGen/*
+  - llvm/lib/CodeGen/MIRParser/*
+  - llvm/lib/CodeGen/LiveDebugValues/*
+  - llvm/lib/CodeGen/AsmPrinter/*
+
 llvm:globalisel:
   - llvm/**/GlobalISel/**
   - llvm/utils/TableGen/GlobalISel*



More information about the llvm-commits mailing list