[llvm] [mlir] [TOSA] Add TosaToMLProgram conversion (PR #69787)

Jacques Pienaar via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 14:33:37 PST 2023


================
@@ -0,0 +1,16 @@
+// RUN: mlir-opt --split-input-file --tosa-to-mlprogram %s -verify-diagnostics -o -| FileCheck %s
----------------
jpienaar wrote:

Lets drop --split-input-file -verify-diagnostics and line 4 here, will result in nicer links to failed CHECKs and there are no errors being verified here.

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


More information about the llvm-commits mailing list