[all-commits] [llvm/llvm-project] be7a21: Improve file patterns for some backends.
Peter Collingbourne via All-commits
all-commits at lists.llvm.org
Fri Jul 11 18:06:00 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be7a21622e368c20af7fbc4e73a5afc97ecc9b17
https://github.com/llvm/llvm-project/commit/be7a21622e368c20af7fbc4e73a5afc97ecc9b17
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2025-07-11 (Fri, 11 Jul 2025)
Changed paths:
M .github/new-prs-labeler.yml
Log Message:
-----------
Improve file patterns for some backends.
I noticed that one of my PRs, #147624, did not get automatically
labelled with `backend:RISC-V` when it touched a test under
`llvm/test/CodeGen/RISCV`. This seems to be because the pattern only
looks for files named `*RISCV*` or `*riscv* and not necessarily files
in a directory named like that. To fix that, let's make RISC-V use
a more accepting pattern, similar to AMDGPU, and do the same for two
other backends.
Reviewers: tstellar, arsenm
Reviewed By: arsenm
Pull Request: https://github.com/llvm/llvm-project/pull/147633
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list