[Mlir-commits] [mlir] [mlir][tosa][spirv] Add TOSA to SPIR-V TOSA pass plumbing (PR #196539)

Igor Wodiany llvmlistbot at llvm.org
Mon May 18 07:49:14 PDT 2026


================
@@ -0,0 +1,67 @@
+// RUN: mlir-opt --split-input-file --tosa-to-spirv-tosa -verify-diagnostics %s | FileCheck %s
----------------
IgWod wrote:

```suggestion
// RUN: mlir-opt --split-input-file --tosa-to-spirv-tosa --verify-diagnostics %s | FileCheck %s
```

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


More information about the Mlir-commits mailing list