aboutsummaryrefslogtreecommitdiff
path: root/.github/new-prs-labeler.yml
diff options
context:
space:
mode:
authorMingming Liu <mingmingl@google.com>2024-05-29 13:17:19 -0700
committerGitHub <noreply@github.com>2024-05-29 13:17:19 -0700
commit3255752cbdd73595605439ad66aa4273a444af17 (patch)
treeb3833eb4b05680b2c19f944fabdd889e5856822a /.github/new-prs-labeler.yml
parent4b4d36654d8056546b177b3d04c352ba0b16d7ea (diff)
downloadllvm-3255752cbdd73595605439ad66aa4273a444af17.zip
llvm-3255752cbdd73595605439ad66aa4273a444af17.tar.gz
llvm-3255752cbdd73595605439ad66aa4273a444af17.tar.bz2
[Github]Update PGO with more filepaths (#93720)
- `llvm/**/ProfileData/**/*` intends to cover `llvm/include/llvm/ProfileData/` and `llvm/lib/ProfileData/` - `llvm/**/SampleProfile*` intends to cover a bunch of SamplePGO files and their headers. For example, `SampleProfile.cpp`, `SampleProfileMatcher.cpp`, `SampleProfileProbe.cpp` - `llvm/**/CodeGen/MIRSampleProfile*` intends to cover MIRSampleProfile.cpp and its header. - `llvm/test/Transforms/SampleProfile/**/*` intends to cover unit tests.
Diffstat (limited to '.github/new-prs-labeler.yml')
-rw-r--r--.github/new-prs-labeler.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index a57ba28..0aa7f76 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -54,6 +54,9 @@ llvm-lit:
- llvm/utils/lit/**/*
PGO:
+ - llvm/**/ProfileData/**/*
+ - llvm/**/SampleProfile*
+ - llvm/**/CodeGen/MIRSampleProfile*
- llvm/lib/Transforms/Instrumentation/CGProfile.cpp
- llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
- llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
@@ -62,9 +65,9 @@ PGO:
- llvm/lib/Transforms/Instrumentation/ValueProfile*
- llvm/test/Instrumentation/InstrProfiling/**/*
- llvm/test/Transforms/PGOProfile/**/*
+ - llvm/test/Transforms/SampleProfile/**/*
- llvm/**/llvm-profdata/**/*
- llvm/**/llvm-profgen/**/*
- - llvm/unittests/ProfileData/**/*
vectorization:
- llvm/lib/Transforms/Vectorize/**/*