Stream: git-wasmtime

Topic: wasmtime / PR #4318 x64: Fix codegen for the `i8x16.swizz...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 25 2022 at 05:45):

alexcrichton opened PR #4318 from fix-swizzle to main:

This commit fixes a mistake in the Swizzle opcode implementation in
the x64 backend of Cranelift. Previously an input register was casted to
a writable register and then modified, which I believe instructions are
not supposed to do. This was discovered as part of my investigation
into #4315.

<!--

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 (Jun 27 2022 at 17:57):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2022 at 18:20):

alexcrichton merged PR #4318.


Last updated: Nov 22 2024 at 16:03 UTC