From 8e99a63899c85972ec1ce9dbfc7e4cc01eddcdb0 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sun, 21 Jan 2024 03:37:18 +0000 Subject: [PATCH] [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. --- .github/new-prs-labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml index 9b975d051b99..b42bcb1887fb 100644 --- a/.github/new-prs-labeler.yml +++ b/.github/new-prs-labeler.yml @@ -594,13 +594,16 @@ mlgo: - llvm/include/llvm/Analysis/*Runner.h - llvm/unittests/Analysis/ML* - llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp + - llvm/lib/Analysis/TrainingLogger.cpp - llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h + - llvm/include/llvm/Analysis/Utils/TrainingLogger.h - llvm/test/Analysis/FunctionPropertiesAnalysis/* - llvm/unittests/Analysis/FunctionPropertiesAnalysisTest.cpp - llvm/test/Transforms/inline/ML/** - llvm/lib/CodeGen/ML* - llvm/unittests/CodeGen/ML* - llvm/test/CodeGen/MLRegAlloc/** + - llvm/utils/mlgo-utils/* tools:llvm-exegesis: - llvm/tools/llvm-exegesis/**