[Mlir-commits] [llvm] [mlir] [MLIR][Wasm] Introduce the WasmSSA MLIR dialect (PR #149233)
Renato Golin
llvmlistbot at llvm.org
Thu Jul 17 09:51:15 PDT 2025
================
@@ -41,5 +41,6 @@ add_subdirectory(Transform)
add_subdirectory(UB)
add_subdirectory(Utils)
add_subdirectory(Vector)
+add_subdirectory(WebAssemblySSA)
----------------
rengolin wrote:
"Technically" 😉, not all IR in MLIR is SSA. But I also thought the name didn't sound good.
>From the description, it sounds like there will be a WebAsm dialect that will lower to this one, so they need a way to separate. I'm not good at naming things, so we need some method.
https://github.com/llvm/llvm-project/pull/149233
More information about the Mlir-commits
mailing list