Stream: git-wasmtime

Topic: wasmtime / PR #10810 x64: Migrate "UnaryRmR" instructions...


view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 21:02):

alexcrichton requested abrown for a review on PR #10810.

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 21:02):

alexcrichton opened PR #10810 from alexcrichton:migrate-some-instructions to bytecodealliance:main:

This includes bsr, bsf, tzcnt, popcnt, and lzcnt.

<!--
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 (May 19 2025 at 21:02):

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

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 21:21):

alexcrichton updated PR #10810.

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 22:46):

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

Subscribe to Label Action

cc @saulecabrera

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

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 (May 19 2025 at 23:48):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 23:48):

abrown created PR review comment:

I was struggling with this today with multiplication: is there no better way?

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 23:49):

abrown created PR review comment:

Thanks for this. Putting the From over on the assembler side should be clearer!

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 00:10):

abrown merged PR #10810.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 12:14):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 12:14):

alexcrichton created PR review comment:

Oh heh I was just copying from code you wrote, so I alas don't have great ideas here :(

"fixing" this would probably involve something more invasive in Winch to have typed registers throughout the entire implementation rather than just the low-level assembler would be my guess, but that's a pretty big change


Last updated: Dec 06 2025 at 06:05 UTC