Stream: git-wasmtime

Topic: wasmtime / PR #2716 [x64] Coalesce loads/stores when pair...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 09 2021 at 23:24):

abrown opened PR #2716 from x64-coalescing to main:

The new Wasm SIMD instructions load[8|16|32|64]_lane and store[8|16|32|64]_lane were designed specifically for lowering to a single instruction in the Wasm runtimes. In the Cranelift backend, we pattern match to perform the following conversions:

This change adds CLIF tests that should pass once the necessary pattern-matching issues are fixed.
<!--

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 (Mar 09 2021 at 23:25):

abrown requested cfallin for a review on PR #2716.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2024 at 21:24):

alexcrichton closed without merge PR #2716.


Last updated: Nov 22 2024 at 17:03 UTC