Stream: git-wasmtime

Topic: wasmtime / PR #14004 Fix panic in alias analysis when a l...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 27 2026 at 23:03):

fitzgen opened PR #14004 from fitzgen:issue-13961-alias-analysis-panic to bytecodealliance:main:

Fixes #13961

<!--
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 (Jul 27 2026 at 23:03):

fitzgen requested cfallin for a review on PR #14004.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 27 2026 at 23:03):

fitzgen requested wasmtime-compiler-reviewers for a review on PR #14004.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 28 2026 at 01:08):

github-actions[bot] added the label cranelift on PR #14004.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 28 2026 at 15:09):

:memo: cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 28 2026 at 15:09):

:speech_balloon: cfallin created PR review comment:

This seems like a bandaid to me: it papers over the fact that the defining inst in the mem_values may be a removed instruction by just skipping the processing. Could we instead avoid inserting into mem_values if we determine the store is dead?


Last updated: Jul 29 2026 at 05:03 UTC