[Mlir-commits] [mlir] [MLIR][WasmSSA] Add global_set and select ops (PR #196613)
Byeongjee Kang
llvmlistbot at llvm.org
Thu Jul 23 08:00:37 PDT 2026
byeongjee wrote:
@flemairen6 No problem.
Do you know why global op is raised to `memref<1xT>` instead of `memref<T>`?
https://github.com/llvm/llvm-project/blob/8b690a085406337f7a02ab466df494bce5f75f41/mlir/lib/Conversion/RaiseWasm/RaiseWasmMLIR.cpp#L626
I'll match the convention, but not sure what's the rationale behind it.
https://github.com/llvm/llvm-project/pull/196613
More information about the Mlir-commits
mailing list