DescriptionMIPS64: [turbofan] Change TruncateFloat64ToUint64 to TryTruncateFloatToUint64.
Port for https://codereview.chromium.org/1507703002/
Original commit message:
This operator now provides a second output which indicates whether the conversion from float64 to uint64 was successful or not. The second output returns 0 if the conversion fails, or something else if the conversion succeeds.
The second output can be ignored, which means that the operator can be used the same as the original operator.
BUG=
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 5 (2 generated)
|