T0b1-iOS opened PR #6198 from T0b1-iOS:rem_cout
to bytecodealliance:main
:
Followup to #5784.
This removes theiadd_cout
andisub_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.
T0b1-iOS requested jameysharp for a review on PR #6198.
T0b1-iOS requested wasmtime-compiler-reviewers for a review on PR #6198.
T0b1-iOS edited PR #6198:
Followup to #5784.
This removes theiadd_cout
andisub_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.
jameysharp submitted PR review.
jameysharp merged PR #6198.
Last updated: Nov 22 2024 at 17:03 UTC