T0b1-iOS opened PR #6199 from T0b1-iOS:rem_uadd_of_cond
to bytecodealliance:main
:
As mentioned in #6198
unsigned_add_overflow_condition
is no longer used or makes a lot of sense otherwise.
This PR removes it.However, there is this note in the lowering rules for s390x which I can't make sense of.
This rewriting does not seem to take place anywhere and all uses ofIntCC::UnsignedGreaterThan
seem normal enough.
Maybe someone with more experience in that backend can check whether this can be safely deleted, along with the comment in the lowering rules.
T0b1-iOS requested elliottt for a review on PR #6199.
T0b1-iOS requested wasmtime-compiler-reviewers for a review on PR #6199.
T0b1-iOS requested alexcrichton for a review on PR #6199.
T0b1-iOS requested wasmtime-core-reviewers for a review on PR #6199.
elliottt submitted PR review.
alexcrichton merged PR #6199.
Last updated: Nov 22 2024 at 16:03 UTC