DescriptionPPC: [turbofan] Change TruncateFloat32ToInt64 to TryTruncateFloat32ToInt64.
Port 28261daa47d406d73e40bf4afba16ee61f300089
Original commit message:
This operator now provides a second output which indicates whether the
conversion from float32 to int64 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/99b8e7c88dc4b6ce3f32d7a502c76c305abc6a11
Cr-Commit-Position: refs/heads/master@{#32914}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 11 (4 generated)
|