From 99a3c3ffcf0a4164ead8a65d44bdcbd583769b9f Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 12 Nov 2024 10:28:20 +0100 Subject: [PATCH] [InstCombine][GitHub] Auto-add llvm:instcombine label (NFC) (#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.) --- .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 cef478233151..c6746779d2dc 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/**