PPC: [turbofan] Fix implementation of Float64Min.
authormbrandy <mbrandy@us.ibm.com>
Tue, 23 Jun 2015 14:56:50 +0000 (07:56 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 23 Jun 2015 14:56:57 +0000 (14:56 +0000)
commitb76cf1f802a7967b36d4ac703af81bf9a60d5d56
treeea5068f187e5bd1baefb521926d5b8088e209cbf
parentc49659b00823aeffb223765a97fae9c422559c40
PPC: [turbofan] Fix implementation of Float64Min.

The optimized instruction sequences for floating-point min/max do not
have the same behaviour as TurboFan's Float(32|64)(Min|Max) functions
(incorrect handling for NaN operands).

R=dstence@us.ibm.com, michael_dawson@ca.ibm.com
BUG=

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

Cr-Commit-Position: refs/heads/master@{#29234}
src/compiler/ppc/instruction-selector-ppc.cc