Skip to content

Commit 83bf2c7

Browse files
nikicGroverkss
authored andcommitted
[InstCombine][GitHub] Auto-add llvm:instcombine label (NFC) (llvm#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.)
1 parent 5ce63d2 commit 83bf2c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/new-prs-labeler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,14 @@ llvm:transforms:
605605
- llvm/test/Transforms/**
606606
- llvm/unittests/Transforms/**
607607

608+
llvm:instcombine:
609+
- llvm/lib/Analysis/InstructionSimplify.cpp
610+
- llvm/lib/Transforms/InstCombine/**
611+
- llvm/include/llvm/Transforms/InstCombine/
612+
- llvm/include/llvm/Analysis/InstructionSimplify.h
613+
- llvm/test/Transforms/InstCombine/**
614+
- llvm/test/Transforms/InstSimplify/**
615+
608616
clangd:
609617
- clang-tools-extra/clangd/**
610618

0 commit comments

Comments
 (0)