[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:

```suggestion
// RUN:  %s | FileCheck %s
```

There is nothing to be split.

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


More information about the Mlir-commits mailing list