Files
wasmtime/lib/cretonne/src/ir
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-09-21 13:30:00 -07:00
2017-08-31 10:44:59 -07:00
2017-09-21 13:30:00 -07:00
2017-08-31 10:44:59 -07:00
2017-08-31 10:44:59 -07:00
2017-05-18 18:18:57 -07:00
2017-08-31 10:44:59 -07:00
2017-09-22 08:51:55 -07:00