Stream: git-wasmtime

Topic: wasmtime / issue #5982 x64: Improve memory support in `{i...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 10 2023 at 18:22):

alexcrichton commented on issue #5982:

This is a generalization of https://github.com/bytecodealliance/wasmtime/pull/5924 for more vector types and more lanes.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2023 at 02:33):

alexcrichton commented on issue #5982:

I should also note that pinsrb and pinsrw do not actually perform load sinking at this time due to this check which is correct for most general-purpose instructions but isn't applicable for pinsrb and pinsrw specifically as they read the correct byte size. I wasn't sure how to plumb that through though easily to get the load sinking to happen, so the tests reflect how the load isn't sunk currently.


Last updated: Oct 23 2024 at 20:03 UTC