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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jul 17 13:09:53 PDT 2025


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

Even more of a minor nit, but (even assuming keeping the `SSA` part) wouldn't just `WasmSSA` suffice (instead of spelling it out `WebAssemblySSA`)? After all that's the name consistently used by the implementation itself, starting from the `:mlir::wasmssa` namespace, so perhaps that would make it easier to find / unambiguously identify as the dialect's subdirectory?

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


More information about the Mlir-commits mailing list