[llvm] Improve file patterns for some backends. (PR #147633)

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 8 18:19:46 PDT 2025


================
@@ -784,18 +784,20 @@ backend:NVPTX:
 backend:MIPS:
   - '**/*mips*'
   - '**/*Mips*'
+  - '**/*mips*/**'
+  - '**/*Mips*/**'
----------------
pcc wrote:

Not sure, I was just cargo culting AMDGPU. https://github.com/actions/labeler doesn't say that anything besides `**` works.

https://github.com/llvm/llvm-project/pull/147633


More information about the llvm-commits mailing list