Stream: git-wasmtime

Topic: wasmtime / PR #5461 cranelift-codegen: Add support for im...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 16 2022 at 21:28):

saulecabrera opened PR #5461 from x64-imm-mem-mov to main:

This change adds support for immediate to memory moves in x64 which are needed by Winch for zeroing local slots.

This change follows the guideline in isa/x64/inst/emit and uses other instructions (immediate to register moves) as a base for the test cases.

The instruction encoding expectation was derived by assembling each instruction and inspecting the assembly with objdump.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Dec 16 2022 at 21:28):

saulecabrera requested cfallin for a review on PR #5461.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 17 2022 at 00:35):

cfallin created PR review comment:

Can we add Size16 and Size8 cases here too?

view this post on Zulip Wasmtime GitHub notifications bot (Dec 17 2022 at 00:35):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 17 2022 at 00:35):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 17 2022 at 00:35):

cfallin created PR review comment:

Add a comment here perhaps that we don't need always_emit_if_8bit_needed() on the REX flags, because the dst is a memory operand, not a possibly 8-bit register?

view this post on Zulip Wasmtime GitHub notifications bot (Dec 18 2022 at 22:05):

saulecabrera updated PR #5461 from x64-imm-mem-mov to main.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 18 2022 at 22:05):

saulecabrera submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 18 2022 at 22:05):

saulecabrera created PR review comment:

Done, thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Dec 18 2022 at 22:05):

saulecabrera created PR review comment:

Agreed, done!

view this post on Zulip Wasmtime GitHub notifications bot (Dec 18 2022 at 22:05):

saulecabrera submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 18 2022 at 22:05):

saulecabrera requested cfallin for a review on PR #5461.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2022 at 17:47):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2022 at 17:47):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2022 at 17:47):

cfallin created PR review comment:

Can we update this comment to include the prefix as well?

view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2022 at 21:18):

saulecabrera updated PR #5461 from x64-imm-mem-mov to main.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2022 at 21:19):

saulecabrera submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2022 at 21:19):

saulecabrera created PR review comment:

Good catch, thanks! Updated!

view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2022 at 21:21):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2022 at 21:21):

cfallin has enabled auto merge for PR #5461.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2022 at 21:54):

cfallin merged PR #5461.


Last updated: Oct 23 2024 at 20:03 UTC