[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.
This commit is contained in:
parent
4b4d36654d
commit
3255752cbd
5
.github/new-prs-labeler.yml
vendored
5
.github/new-prs-labeler.yml
vendored
@ -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/**/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user