Stream: git-wasmtime

Topic: wasmtime / PR #5960 Fix the original block for block para...


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

alexcrichton opened PR #5960 from update-block-of-elab-value to main:

This fixes an issue where block params were always listed as being members of the current block in egraphs, even when the block param was actually defined in a separate block. This then enables instructions which depend on these parameters to get hoisted up out of inner loops at least to the block that defined the argument.

Closes #5957

<!--

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 07 2023 at 23:43):

cfallin submitted PR review.

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

alexcrichton has enabled auto merge for PR #5960.

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

alexcrichton merged PR #5960.


Last updated: Oct 23 2024 at 20:03 UTC