Stream: git-wasmtime

Topic: wasmtime / PR #5889 Remove the `widening_pairwise_dot_pro...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2023 at 17:09):

alexcrichton opened PR #5889 from remove-widening-instruction to main:

This was added for the wasm SIMD proposal but I've been poking around at this recently and the instruction can instead be represented by its component parts with the same semantics I believe. This commit removes the instruction and instead represents it with the existing iadd_pairwise instruction (among others) and updates backends to with new pattern matches to have the same codegen as before.

This interestingly entirely removed the codegen rule with no replacement on the AArch64 backend as the existing rules all existed to produce the same codegen.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2023 at 17:43):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2023 at 19:22):

alexcrichton merged PR #5889.


Last updated: Oct 23 2024 at 20:03 UTC