[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.)
This commit is contained in:
8
.github/new-prs-labeler.yml
vendored
8
.github/new-prs-labeler.yml
vendored
@@ -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/**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user