Stream: git-wasmtime

Topic: wasmtime / PR #12986 x64: Fix typo in `splat` lowering


view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2026 at 20:07):

alexcrichton opened PR #12986 from alexcrichton:x64-fix-typo to bytecodealliance:main:

An Xmm was explicitly created but never used. This didn't have much real consequence since a rule with sinkable_load had higher precedence, but this does affect a few tests which splat constants by making it a bit more optimal.

<!--
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 07 2026 at 20:07):

alexcrichton requested cfallin for a review on PR #12986.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2026 at 20:07):

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

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2026 at 23:54):

github-actions[bot] added the label cranelift on PR #12986.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 07 2026 at 23:54):

github-actions[bot] added the label cranelift:area:x64 on PR #12986.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 08 2026 at 18:55):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 08 2026 at 18:56):

cfallin added PR #12986 x64: Fix typo in splat lowering to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 08 2026 at 19:23):

cfallin removed PR #12986 x64: Fix typo in splat lowering from the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 08 2026 at 19:23):

cfallin merged PR #12986.


Last updated: Apr 12 2026 at 23:10 UTC