[Mlir-commits] [mlir] [MLIR][Wasm] Introduce the WasmSSA MLIR dialect (PR #149233)
Mehdi Amini
llvmlistbot at llvm.org
Sat Jul 19 01:54:58 PDT 2025
================
@@ -41,5 +41,6 @@ add_subdirectory(Transform)
add_subdirectory(UB)
add_subdirectory(Utils)
add_subdirectory(Vector)
+add_subdirectory(WebAssemblySSA)
----------------
joker-eph 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?
Matching the dialect name makes sense to me.
https://github.com/llvm/llvm-project/pull/149233
More information about the Mlir-commits
mailing list