[lld][WebAssembly] Fix memory.fill argument in 64-bit mode
authorSam Clegg <sbc@chromium.org>
Wed, 4 Jan 2023 19:28:55 +0000 (11:28 -0800)
committerSam Clegg <sbc@chromium.org>
Tue, 10 Jan 2023 11:11:05 +0000 (03:11 -0800)
commitff8e0ed9308c45d23572f0726abf652b295de56b
tree81255301527ff110cc2629c8d589732fb0f8a1d3
parentf085d089f9db37f8a3d0e3d15c5a478574a4327d
[lld][WebAssembly] Fix memory.fill argument in 64-bit mode

This only effects folks building with wasm64 + shared memory which
is not currently a supported configuration in emscripten or any other
wasm toolchain.

Differential Revision: https://reviews.llvm.org/D141005
lld/test/wasm/data-segments.ll
lld/wasm/Writer.cpp