[lld] [llvm] [WebAssembly] Use 64-bit table when targeting wasm64 (PR #92042)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 16:36:35 PDT 2024


sbc100 wrote:

> If we don't do `i32.wrap_i64` for table index anymore, can our `call_indirect` take an i64?

Yes with a 64-bit table all indexes must be 64-bit too, including those passed to `call_indirect`

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


More information about the llvm-commits mailing list