[Mlir-commits] [llvm] [mlir] [MLIR][Wasm] Introduce the WasmSSA MLIR dialect (PR #149233)

Renato Golin llvmlistbot at llvm.org
Thu Jul 17 09:47:32 PDT 2025


================
@@ -0,0 +1,11 @@
+// RUN: mlir-opt %s -verify-diagnostics
+
+module {
----------------
rengolin wrote:

why not join all illegal cases in one file with `-split-input-file`?

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


More information about the Mlir-commits mailing list