Stream: git-wasmtime

Topic: wasmtime / PR #4815 Fix lowering issue in x64 vany_true: ...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 30 2022 at 03:44):

cfallin opened PR #4815 from fix-4807-fuzzbug to main:

The x64 lowring of vany_true both sinks mergeable loads and uses the
original register. This PR fixes the lowering to force the value into a
register first. Ideally we should solve the issue by catching this in
the ISLE type system, as described in #4745, but this resolves the issue
for now.

Fixes #4807.

<!--

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 (Aug 30 2022 at 03:44):

cfallin requested elliottt for a review on PR #4815.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 30 2022 at 05:19):

elliottt submitted PR review.

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

cfallin merged PR #4815.


Last updated: Oct 23 2024 at 20:03 UTC