Stream: git-wasmtime

Topic: wasmtime / PR #10958 x64: Migrate `movddup` to the new as...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2025 at 18:37):

alexcrichton opened PR #10958 from alexcrichton:x64-movddup to bytecodealliance:main:

Enables removing the XmmUnaryRmRUnaligned instruction variant. Additionally this exposed a shortcoming where Cranelift didn't have access for testing for SSE3 in ISLE (not to be confused with SSSE3). Additionally movddup was incorrectly classified as SSSE3 so this commit fills out some infrastructure to use SSE3 instead of SSSE3. There are more instructions as well that are mis-classified under SSSE3 which I'll address in a follow-up.

<!--
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 (Jun 06 2025 at 18:37):

alexcrichton requested fitzgen for a review on PR #10958.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2025 at 18:37):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2025 at 18:41):

alexcrichton commented on PR #10958:

On the topic of SSE3 testing lacking in Cranelift and instructions mis-classified as SSSE3 instead of SSE3 AFAIK it's benign and otherwise dates back to #6025 where I assume I misread something and got the classification wrong. I think that movddup is the only SSE3 instruction that Cranelift supports at this time too.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2025 at 20:46):

github-actions[bot] commented on PR #10958:

Subscribe to Label Action

cc @cfallin, @fitzgen

<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:x64", "cranelift:meta", "isle"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2025 at 20:51):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2025 at 21:23):

fitzgen merged PR #10958.


Last updated: Dec 06 2025 at 06:05 UTC