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

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


================
@@ -0,0 +1,21 @@
+// RUN: mlir-opt -split-input-file -verify-diagnostics %s | FileCheck %s
----------------
kuhar wrote:

Right now this test doesn't use splits or diagnostics -- we can add those flags later when they become necessary

```suggestion
// RUN: mlir-opt %s | FileCheck %s
```

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


More information about the Mlir-commits mailing list