[Mlir-commits] [mlir] [mlir][spirv] add ExecutionModeIdOp (PR #186241)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Mar 17 15:20:07 PDT 2026


================
@@ -0,0 +1,18 @@
+// RUN: mlir-translate -no-implicit-module -test-spirv-roundtrip %s | FileCheck %s
+
+// RUN: %if spirv-tools %{ rm -rf %t %}
+// RUN: %if spirv-tools %{ mkdir %t %}
+// RUN: %if spirv-tools %{ mlir-translate --no-implicit-module --serialize-spirv --split-input-file --spirv-save-validation-files-with-prefix=%t/module %s %}
----------------
Emimendoza wrote:

But isn't it harmless to leave that as is? Since tests could be added which do use splits.  This file is just a modified copy of execution-mode.mlir test which also only has one test and also has the split flag. 

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


More information about the Mlir-commits mailing list