[Mlir-commits] [mlir] [mlir][spirv] Initial support for TOSA Extended Instruction Set (0010… (PR #174402)

Jakub Kuderski llvmlistbot at llvm.org
Mon Jan 5 07:02:04 PST 2026


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

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

I don't see any diagnostics used by this file

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


More information about the Mlir-commits mailing list