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

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 6 08:17:23 PDT 2025


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

Changing the op definition can affect serialization and validation. For example. you can reorder operands without changing the assembly format. Default folds/canonicalizations can also affect validation.

For conversions, I agree it's not necessary.

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


More information about the llvm-commits mailing list