Skip to content

Commit f74e274

Browse files
authored
Update new-prs-labeler.yml to fix MLIR affine and presburger subscription
The pattern for mlir:presburger was incomplete, and there was a typo for mlir:affine (was spelled `afine`) Also group the MLIR pattern, this file would better be sorted but this deserves its own commit.
1 parent 38dd67c commit f74e274

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/new-prs-labeler.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,6 @@ lld:
4040
llvm-lit:
4141
- llvm/utils/lit/**/*
4242

43-
mlir:afine:
44-
- mlir/**/Affine/**/*
45-
46-
mlir:python:
47-
- mlir/python/**/*
48-
49-
mlir:vectorops:
50-
- mlir/**/Vector/**/*
51-
5243
PGO:
5344
- llvm/lib/Transforms/Instrumentation/CGProfile.cpp
5445
- llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
@@ -263,6 +254,18 @@ mlir:vector:
263254
mlir:execution-engine:
264255
- mlir/**/ExecutionEngine/**
265256

257+
mlir:affine:
258+
- mlir/**/Affine/**/*
259+
260+
mlir:presburger:
261+
- mlir/**/*Presburger*/**
262+
263+
mlir:python:
264+
- mlir/python/**/*
265+
266+
mlir:vectorops:
267+
- mlir/**/Vector/**/*
268+
266269
coroutines:
267270
- clang/docs/DebuggingCoroutines.rst
268271
- clang/lib/Sema/SemaCoroutine.cpp
@@ -637,9 +640,6 @@ llvm:regalloc:
637640
- llvm/include/llvm/CodeGen/Spiller.h
638641
- llvm/**/*RegAlloc
639642

640-
mlir:presburger:
641-
- mlir/**/*Presburger
642-
643643
lldb:
644644
- lldb/**
645645

0 commit comments

Comments
 (0)