[Mlir-commits] [mlir] [mlir][spirv] Add definition for OpEmitVertex and OpEndPrimitive (PR #123759)

Jakub Kuderski llvmlistbot at llvm.org
Wed Jan 22 08:31:29 PST 2025


================
@@ -0,0 +1,17 @@
+// RUN: mlir-translate -no-implicit-module -test-spirv-roundtrip %s | FileCheck %s
----------------
kuhar wrote:

```suggestion
// RUN: mlir-translate --no-implicit-module --test-spirv-roundtrip %s | FileCheck %s
```

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


More information about the Mlir-commits mailing list