[Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_ARM_graph extension - part 1 (PR #151934)
Igor Wodiany
llvmlistbot at llvm.org
Mon Aug 4 07:00:12 PDT 2025
================
@@ -0,0 +1,30 @@
+// RUN: mlir-opt -split-input-file -verify-diagnostics %s | FileCheck %s
----------------
IgWod-IMG wrote:
Could we split it into sections? One op per section having multiple tests including negative ones? This looks to me more like a target test exercising the whole graph, rather than dialect test that should exercise parser, printers and verifiers for each op in isolation.
https://github.com/llvm/llvm-project/pull/151934
More information about the Mlir-commits
mailing list