Stream: git-cranelift

Topic: cranelift / Issue #850 iadd_cout and isub_bout wrong for ...


view this post on Zulip GitHub (Feb 28 2020 at 23:26):

alexcrichton transferred Issue #850:

https://github.com/CraneStation/cranelift/blob/2b1cfea1634c58d22b880eb082c748350041c3f0/cranelift-codegen/meta/src/shared/legalize.rs#L465-L477

They should do a signed comparison for signed integers.

Edit: when y is negative, the condition should be inverted too.


Last updated: Nov 22 2024 at 16:03 UTC