DescriptionX87: Change num_double_registers() to num_allocatable_double_registers() for TestStackSlot.
Although x87 has 8 registers, it use only 1 double register in TurboFan code generation for some limitations.
So for TestStackSlot() function, use the num_allocatable_double_registers() to check the avaliable double registers
of TurboFan is more suitable than num_double_registers().
BUG=
Committed: https://crrev.com/a1a8dd141ee4071ec3f0cb9c71d76a4e606c1b44
Cr-Commit-Position: refs/heads/master@{#33636}
Patch Set 1 #
Messages
Total messages: 17 (7 generated)
|