Skip to content

Commit 8e99a63

Browse files
[Github] Update paths for mlgo PR subscribers
This patch updates the paths in the PR labelling config for the MLGO label. In particular, the path for the new mlgo-utils subfolder under llvm/utils has been added and two other files that were missed in the original introduction.
1 parent 39f1ca5 commit 8e99a63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/new-prs-labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,13 +594,16 @@ mlgo:
594594
- llvm/include/llvm/Analysis/*Runner.h
595595
- llvm/unittests/Analysis/ML*
596596
- llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
597+
- llvm/lib/Analysis/TrainingLogger.cpp
597598
- llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
599+
- llvm/include/llvm/Analysis/Utils/TrainingLogger.h
598600
- llvm/test/Analysis/FunctionPropertiesAnalysis/*
599601
- llvm/unittests/Analysis/FunctionPropertiesAnalysisTest.cpp
600602
- llvm/test/Transforms/inline/ML/**
601603
- llvm/lib/CodeGen/ML*
602604
- llvm/unittests/CodeGen/ML*
603605
- llvm/test/CodeGen/MLRegAlloc/**
606+
- llvm/utils/mlgo-utils/*
604607

605608
tools:llvm-exegesis:
606609
- llvm/tools/llvm-exegesis/**

0 commit comments

Comments
 (0)