Simon Pilgrim 3f3e85cd23
[X86] ICMP EQ/NE MIN_SIGNED_INT - avoid immediate argument by using NEG + SETO/SETNO (#94948)
For i64 this avoids loading a 64-bit value into register, for smaller registers this just avoids an immediate operand.

For i8+i16, limit to one use case as we save fewer bytes and these can be wasted entirely on extra register moves.

Fixes #67709
2024-06-11 16:38:53 +01:00
..
2024-04-29 09:01:57 +08:00
2024-05-15 13:10:16 +01:00
2023-11-21 12:58:24 +00:00
2023-10-25 18:10:51 +01:00