Stream: git-wasmtime

Topic: wasmtime / PR #10594 winch(aarch64): Fix cmov implementation


view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2025 at 14:11):

saulecabrera opened PR #10594 from saulecabrera:winch-aarch64-cmov to bytecodealliance:main:

This commit fixes conditional move implementation in aarch64. Prior to this commit, the implementation would emit

csel dst, src, src

resuting in an unconditional move.

This was surfaced as a bug in the call_indirect implemenation

<!--
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 (Apr 16 2025 at 14:11):

saulecabrera requested abrown for a review on PR #10594.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2025 at 14:11):

saulecabrera requested wasmtime-compiler-reviewers for a review on PR #10594.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2025 at 14:11):

saulecabrera requested fitzgen for a review on PR #10594.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2025 at 14:11):

saulecabrera requested wasmtime-core-reviewers for a review on PR #10594.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2025 at 15:14):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2025 at 15:37):

fitzgen merged PR #10594.


Last updated: Dec 06 2025 at 07:03 UTC