Stream: git-wasmtime

Topic: wasmtime / PR #6198 Remove `iadd_cout` and `isub_bout`


view this post on Zulip Wasmtime GitHub notifications bot (Apr 11 2023 at 22:04):

T0b1-iOS opened PR #6198 from T0b1-iOS:rem_cout to bytecodealliance:main:

Followup to #5784.
This removes the iadd_cout and isub_bout which can be replaced with {u,s}{add,sub}_overflow directly.

Searching for 'iadd_cout', 'isub_bout', 'IaddCout' and 'IsubBout' does not find anything anymore so I hope I deleted everything.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 11 2023 at 22:04):

T0b1-iOS requested jameysharp for a review on PR #6198.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 11 2023 at 22:04):

T0b1-iOS requested wasmtime-compiler-reviewers for a review on PR #6198.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 11 2023 at 22:09):

T0b1-iOS edited PR #6198:

Followup to #5784.
This removes the iadd_cout and isub_bout instructions which can be replaced with {u,s}{add,sub}_overflow directly.

Searching for 'iadd_cout', 'isub_bout', 'IaddCout' and 'IsubBout' does not find anything anymore so I hope I deleted everything.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 11 2023 at 23:39):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 12 2023 at 00:14):

jameysharp merged PR #6198.


Last updated: Nov 22 2024 at 17:03 UTC