DescriptionPPC64: [turbofan] Change TruncateFloat64ToUint64 to TryTruncateFloatToUint64.
Port c343f30923ab8b9f99d3f565e8ab65837cbb9efb
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.
R=ahaas@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=
Committed: https://crrev.com/caea1bbda0ccb3b2432f30e70664b4625f129d74
Cr-Commit-Position: refs/heads/master@{#32728}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|