alexcrichton commented on issue #5982:
This is a generalization of https://github.com/bytecodealliance/wasmtime/pull/5924 for more vector types and more lanes.
alexcrichton commented on issue #5982:
I should also note that
pinsrb
andpinsrw
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 forpinsrb
andpinsrw
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: Nov 22 2024 at 17:03 UTC