Stream: git-wasmtime

Topic: wasmtime / issue #5930 x64: Add a smattering of lowerings...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 04 2023 at 22:45):

github-actions[bot] commented on issue #5930:

Subscribe to Label Action

cc @cfallin, @fitzgen

<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:machinst", "cranelift:area:x64", "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 (Mar 09 2023 at 22:17):

alexcrichton commented on issue #5930:

the equivalent V8 lowerings can be found in

Oh I meant to take a look at that but never got around to it. Interestingly though it looks like the x64 backend for v8 has individual opcodes for all the punpck* variants so it seems like they probably translate shuffles to different opcodes earlier in the pipeline than what Cranelift is doing in the backend here.


Last updated: Nov 22 2024 at 16:03 UTC