github: Add lib/CodeGen to PR autolabeler (#138131)

Try to exclude SelectionDAG and GlobalISel since those have
their own labels
This commit is contained in:
Matt Arsenault 2025-06-03 16:54:25 +02:00 committed by GitHub
parent 038b162046
commit 407a338990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -554,6 +554,12 @@ flang:fir-hlfir:
flang:codegen:
- flang/**/CodeGen/**
llvm:codegen:
- llvm/lib/CodeGen/*
- llvm/lib/CodeGen/MIRParser/*
- llvm/lib/CodeGen/LiveDebugValues/*
- llvm/lib/CodeGen/AsmPrinter/*
llvm:globalisel:
- llvm/**/GlobalISel/**
- llvm/utils/TableGen/GlobalISel*