Stream: git-wasmtime

Topic: wasmtime / PR #3552 x64: allow vector types in `select` move


view this post on Zulip Wasmtime GitHub notifications bot (Nov 19 2021 at 18:34):

abrown opened PR #3552 from fix-3173 to main:

As reported in #3173, the select instruction fails an assertion when it is given v128 types as operands. This change relaxes the assertion to allow the same type of XMM move that occurs for the f32 and f64 types. This fixes #3173 in the old lower.rs code temporarily until the relatively complex select lowering can be ported to ISLE.

<!--

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 (Nov 19 2021 at 18:52):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 19 2021 at 19:24):

abrown merged PR #3552.


Last updated: Nov 22 2024 at 16:03 UTC