Stream: git-wasmtime

Topic: wasmtime / PR #5673 Cranelift: Rewrite `(x>>k)<<k` into m...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 18:58):

fitzgen opened PR #5673 from shift-right-left-to-mask to main:

Thanks to Souper for pointing this one out! cc @regehr (let me know if you aren't interested in being cc'd on these!)

<!--

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 (Jan 31 2023 at 18:58):

fitzgen requested cfallin for a review on PR #5673.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 19:06):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 19:06):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 19:06):

cfallin created PR review comment:

Should this be 0xFFFFFFFFFFFFFFFF instead (i.e., u64::MAX)? Otherwise, a comment why u32::MAX is sufficient?

(Likewise below)

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 20:07):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 20:07):

fitzgen created PR review comment:

D'oh!

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 20:07):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 20:07):

fitzgen created PR review comment:

FWIW: I originally had -1 but ISLE turns that into an i128 literal in the rust source code and then it fails to type check.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 20:21):

fitzgen updated PR #5673 from shift-right-left-to-mask to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 20:21):

fitzgen has enabled auto merge for PR #5673.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 20:24):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 20:28):

fitzgen has disabled auto merge for PR #5673.

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

fitzgen updated PR #5673 from shift-right-left-to-mask to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 20:39):

fitzgen has enabled auto merge for PR #5673.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 21:11):

fitzgen merged PR #5673.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 21:15):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 31 2023 at 21:15):

jameysharp created PR review comment:

Yup, that's my fault. See #5423 for why I think it's better than the alternative, and #5431 for Chris' proposal for improving this situation in the future.


Last updated: Nov 22 2024 at 16:03 UTC