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

Matthias Springer llvmlistbot at llvm.org
Thu Jul 17 09:30:19 PDT 2025


================
@@ -41,5 +41,6 @@ add_subdirectory(Transform)
 add_subdirectory(UB)
 add_subdirectory(Utils)
 add_subdirectory(Vector)
+add_subdirectory(WebAssemblySSA)
----------------
matthias-springer wrote:

nit: Maybe this was already discussed on the RFC and/or the ODM: `SSA` sounds a bit odd because all IR in MLIR is SSA.

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


More information about the Mlir-commits mailing list