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

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Jul 18 06:11:28 PDT 2025


================
@@ -0,0 +1,23 @@
+// RUN: mlir-opt %s -verify-diagnostics --split-input-file
+
+module {
+  // expected-error at +1 {{Expected a constant initializer for this operator}}
----------------
ftynse wrote:

Nit: don't capitalize error messages

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


More information about the Mlir-commits mailing list