DescriptionFix 'Fix [turbofan] Prevent storing signalling NaNs into holey double arrays.'
Port 52f2ceb052f63324050c7a098e4398f510b54763
Original commit message:
On MIPS different signaling NaN values must be used for hardware and simulator targets, even at snapshot generation when always simulator is used.
This introduces SilenceNaN operator, which makes sure that we only
store quiet NaNs into holey arrays. We omit the NaN silencing code
at instruction selection time if the input is an operation that
cannot possibly produce signalling NaNs.
BUG=
TEST=mjsunit/compiler/regress-store-holey-double-array
Committed: https://crrev.com/d30070d3222232c99377f577a503cb89a07faf5a
Cr-Commit-Position: refs/heads/master@{#38090}
Patch Set 1 #
Messages
Total messages: 11 (5 generated)
|