Files
zig/test
mlugg 4650e5b9fc Sema: clean up cmpNumeric
There is one minor language change here, which is that comparisons of
the form `comptime_inf < runtime_f32` have their results comptime-known.
This is consistent with comparisons against comptime NaN for instance,
which are always comptime known. A corresponding behavior test is added.

This fixes a bug with int comparison elision which my previous commit
somehow triggered. `Sema.compareIntsOnlyPossibleResult` is much cleaner
now!
2024-09-17 11:00:38 +01:00
..
2024-09-17 11:00:38 +01:00
2024-09-07 23:46:30 -07:00
2024-09-10 13:06:08 -04:00
2024-03-28 15:24:01 +02:00