Stream: git-wasmtime

Topic: wasmtime / PR #5987 Cranelift: aarch64: fix undefined des...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 10 2023 at 23:26):

cfallin opened PR #5987 from fix-5985 to main:

One of the cases for a splat operation, as updated in #5370, wrote to a temp reg but then only conditionally transformed the temp into the final destination register. In another codepath, rd was left undefined. This causes a panic later when regalloc2 verifies SSA properties of its input (here, value not def'd before use).

Fixes #5985.

<!--

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 (Mar 10 2023 at 23:26):

cfallin requested elliottt for a review on PR #5987.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 10 2023 at 23:42):

cfallin requested fitzgen for a review on PR #5987.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2023 at 00:15):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2023 at 00:15):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2023 at 01:01):

cfallin merged PR #5987.


Last updated: Nov 22 2024 at 16:03 UTC