Stream: git-wasmtime

Topic: wasmtime / PR #6561 x64: Add non-SSSE3 lowerings of `iadd...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 12 2023 at 18:24):

alexcrichton opened PR #6561 from alexcrichton:x64-iadd-pairwise-sse2 to bytecodealliance:main:

This commit adds lowerings to have lowering rules for these instructions on the x64 backend when the phadd{w,d} instructions are not available. Additionally this implements iadd_pairwise for i8x16 types which while not used by wasm enables running the CLIF runtest on x64.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 12 2023 at 18:24):

alexcrichton requested abrown for a review on PR #6561.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 12 2023 at 18:24):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6561.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 14 2023 at 01:11):

abrown submitted PR review:

LGTM!

view this post on Zulip Wasmtime GitHub notifications bot (Jun 14 2023 at 01:52):

abrown merged PR #6561.


Last updated: Oct 23 2024 at 20:03 UTC