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.
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.
y
Last updated: Nov 22 2024 at 16:03 UTC