DescriptionMIPS: [turbofan] Introduce optional Float64Min and Float64Max machine operators.
Port 99f8d57f3c5d967bc3b10356b22d7ec7be55e89f
Original commit message:
Basically recognize certain x < y ? x : y constructs and turn that into
Float64Min/Float64Max operations, if the target machine supports that.
On x86 we lower to (v)minsd/(v)maxsd.
BUG=
Committed: https://crrev.com/323ec9e8bda05bdc0a0f7eb55e910f7c28b2e1bc
Cr-Commit-Position: refs/heads/master@{#27168}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|