Stream: git-wasmtime

Topic: wasmtime / PR #6018 cranelift: Exclude the control type i...


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

elliottt opened PR #6018 from trevor/tighten-widen-narrow-constraints to main:

In #6013 we added support for two new constraints in the instruction DSL: narrower and wider. While these were meant to replace the special-case typechecking in the verifier, they didn't replicate the logic there exactly: both constraints would include the original control type in the sets they produced.

This PR corrects this bug by excluding the control type in the type sets produced when constraining the control type with narrower and wider.

<!--

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 14 2023 at 17:38):

elliottt updated PR #6018 from trevor/tighten-widen-narrow-constraints to main.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2023 at 17:40):

elliottt updated PR #6018 from trevor/tighten-widen-narrow-constraints to main.

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

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2023 at 17:48):

elliottt updated PR #6018 from trevor/tighten-widen-narrow-constraints to main.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2023 at 17:49):

elliottt has enabled auto merge for PR #6018.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 14 2023 at 18:43):

elliottt merged PR #6018.


Last updated: Nov 22 2024 at 16:03 UTC