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

Ferdinand Lemaire llvmlistbot at llvm.org
Tue Jul 22 21:09:36 PDT 2025


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

So I ended up harmonizing everything to WasmSSA as suggested. If you have a better name in mind we can also change it later.

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


More information about the Mlir-commits mailing list