Stream: git-wasmtime

Topic: wasmtime / PR #5684 Cranelift: Rewrite `or(and(x, y), not...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 01 2023 at 19:47):

fitzgen opened PR #5684 from fix-or-and-rewrite to main:

This rewrite was introduced in #5676 and then reverted in #5682 due to a footgun where we accidentally weren't actually checking the y == !z precondition. This commit fixes the precondition check. It also fixes the arithmetic to be correctly masked to the value type's width.

This reverts commit 268f6bfc1d383efe6793907c9d26209df2e96c94.

cc @avanhatt

<!--

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 (Feb 01 2023 at 19:47):

fitzgen requested jameysharp for a review on PR #5684.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 01 2023 at 19:47):

fitzgen requested cfallin for a review on PR #5684.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 01 2023 at 20:15):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 01 2023 at 20:34):

avanhatt submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 01 2023 at 20:34):

avanhatt created PR review comment:

The verifier (which granted, is a prototype!) thinks this rule is now correct for BV8, BV16, BV32, and BV64!

view this post on Zulip Wasmtime GitHub notifications bot (Feb 01 2023 at 20:38):

fitzgen has enabled auto merge for PR #5684.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 01 2023 at 20:43):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 01 2023 at 20:53):

fitzgen merged PR #5684.


Last updated: Nov 22 2024 at 17:03 UTC