[llvm] [GitHub][mlir][spir] Add missing patterns for SPIR-V in mlir (PR #66423)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 12:38:26 PDT 2023


https://github.com/kuhar created https://github.com/llvm/llvm-project/pull/66423:

Include conversion passes and tools.

>From 9785f0179fd2106e8fc99e1f2150f8c73ad4858d Mon Sep 17 00:00:00 2001
From: Jakub Kuderski <jakub at nod-labs.com>
Date: Thu, 14 Sep 2023 15:36:56 -0400
Subject: [PATCH] [GitHub][mlir][spir] Add missing patterns for SPIR-V in mlir

Include conversion passes and tools.
---
 .github/new-prs-labeler.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index ac702e0488c36e7..01aaa6af6d21627 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -222,6 +222,11 @@ mlir:scf:
 
 mlir:spirv:
   - mlir/**/SPIRV/**
+  - mlir/**/SPIRVTo*/**
+  - mlir/**/*ToSPIRV/**
+  - mlir/tools/mlir-spirv-cpu-runner/**
+  - mlir/tools/mlir-vulkan-runner/**
+  - mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp
 
 mlir:shape:
   - mlir/**/Shape/**



More information about the llvm-commits mailing list