@Alex Crichton https://github.com/bytecodealliance/wasmtime/pull/3538 removed sign extension during lowering stating that the payload is already sign extended. I don't think this is true as per https://github.com/bytecodealliance/wasmtime/pull/3538#discussion_r750774769.
Ah this is ok regardless, the iconst
lowering was actually dead code so it doesn't really matter anyway. I'm sure I'll hit this when trying to use various bits and pieces with future lowerings.
Last updated: Nov 22 2024 at 16:03 UTC