Stream: git-wasmtime

Topic: wasmtime / PR #5357 Allocate a temporary for 64-bit const...


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

elliottt opened PR #5357 from trevor/s390x-constant-ssa to main:

Avoid reusing a destination virtual register for 64-bit constants in the s390x backend. This change addresses a case identified by the regalloc2 ssa validator, as the destination register was written to twice when constants were generated via the MachInst::gen_constant function.

<!--

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 01 2022 at 00:28):

elliottt updated PR #5357 from trevor/s390x-constant-ssa to main.

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

elliottt requested fitzgen for a review on PR #5357.

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

cfallin submitted PR review.

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

fitzgen submitted PR review.

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

elliottt merged PR #5357.


Last updated: Oct 23 2024 at 20:03 UTC