[Mlir-commits] [mlir] [mlir][spirv] Enable serializer to write SPIR-V modules into separate files (PR #152678)
Jakub Kuderski
llvmlistbot at llvm.org
Mon Aug 11 09:47:38 PDT 2025
================
@@ -0,0 +1,29 @@
+// COM: Check that `--spirv-save-validation-files-with-prefix` generates
+// COM: a correct number of files.
+
+// REQUIRES: shell
+// RUN: rm -rf %t
+// RUN: mkdir %t
+// RUN: mlir-translate --serialize-spirv --no-implicit-module --split-input-file --spirv-save-validation-files-with-prefix=%t/foo %s
+// RUN: ls %t | wc -l | FileCheck %s
----------------
kuhar wrote:
I think it's fine either way
https://github.com/llvm/llvm-project/pull/152678
More information about the Mlir-commits
mailing list