Commit 0c9fd2f7 authored by mbrandy's avatar mbrandy Committed by Commit bot

PPC: [turbofan] Implemented the TruncateFloat32ToInt64 TurboFan operator.

R=ahaas@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=

Review URL: https://codereview.chromium.org/1490513004

Cr-Commit-Position: refs/heads/master@{#32428}
parent 7c9b2d53
......@@ -928,7 +928,7 @@ void InstructionSelector::VisitChangeFloat64ToUint32(Node* node) {
#if V8_TARGET_ARCH_PPC64
void InstructionSelector::VisitTruncateFloat32ToInt64(Node* node) {
UNIMPLEMENTED();
VisitRR(this, kPPC_DoubleToInt64, node);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment