[llvm] [mlir][spv] Enable spirv-tests CI to run for mlir-spv target tests (PR #152124)

Davide Grohmann via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 6 03:26:43 PDT 2025


================
@@ -9,6 +9,7 @@ on:
     paths:
       - 'llvm/lib/Target/SPIRV/**'
       - 'llvm/test/CodeGen/SPIRV/**'
+      - 'mlir/test/Target/SPIRV/**'
----------------
davidegrohmann wrote:

Why? They do not generate SPIR-V assembly, so they do not require spirv-tools support. Or am I missing something?

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


More information about the llvm-commits mailing list