[Mlir-commits] [mlir] [mlir][SPIR-V] Add OpExpectKHR op (PR #195842)

Igor Wodiany llvmlistbot at llvm.org
Tue May 5 06:09:57 PDT 2026


================
@@ -0,0 +1,41 @@
+// RUN: mlir-translate --no-implicit-module --test-spirv-roundtrip \
+// RUN:  --split-input-file %s | FileCheck %s
+
----------------
IgWod wrote:

Please also add:

```
// 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 %}
// RUN: %if spirv-tools %{ spirv-val %t %}
```

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


More information about the Mlir-commits mailing list