Jakob Stoklund Olesen
2888ff5bf3
Fix a corner case in fcvt_to_sint.i32.f64 legalization.
...
An f64 can represent multiple values in the range INT_MIN-1 < x <=
INT_MIN which all truncate to INT_MIN, so comparing the input value
against INT_MIN is not good enough.
Instead, detect overflow on x <= INT_MIN-1 when INT_MIN-1 is an exact
floating point value.
2017-09-28 14:24:39 -07:00
..
2017-08-31 10:44:59 -07:00
2017-09-02 04:11:51 -07:00
2017-09-28 14:24:39 -07:00
2017-09-28 14:24:39 -07:00
2017-09-26 14:16:35 -07:00
2017-09-21 14:37:54 -07:00
2017-09-20 15:59:13 -07:00
2017-08-31 17:02:26 -07:00
2017-08-31 10:44:59 -07:00
2017-08-31 10:44:59 -07:00
2017-08-31 10:44:59 -07:00
2017-09-20 16:42:13 -07:00
2017-09-21 14:37:54 -07:00
2017-09-27 16:27:49 -07:00
2017-09-20 15:50:02 -07:00
2017-09-21 11:27:15 -07:00
2017-08-31 10:44:59 -07:00
2017-09-20 11:28:55 -07:00
2017-09-21 11:27:15 -07:00
2017-09-21 12:24:27 -07:00
2017-08-31 10:44:59 -07:00
2017-08-31 10:44:59 -07:00
2017-05-12 16:49:39 -07:00
2016-11-04 12:32:09 -07:00
2017-09-01 13:08:07 -07:00
2017-09-20 11:28:55 -07:00
2017-09-14 17:51:15 -07:00
2017-09-21 11:27:15 -07:00
2017-08-31 10:44:59 -07:00
2017-09-21 12:24:27 -07:00
2017-09-21 14:24:26 -07:00