Description[X87] [TurboFan] Fix kX87Float64ToUint32 code generation bug.
The CL #35176 (https://codereview.chromium.org/1843983002) exposed one hidden bug in x87 turbofan code generation for kX87Float64ToUint32.
The current kX87Float64ToUint32 code generation will destroy the input value in X87 FPU stack which will be used by the following code.
This CL fixed this bug.
BUG=
Committed: https://crrev.com/fd936fac3f0e382830f550a81216b8723dde7bd5
Cr-Commit-Position: refs/heads/master@{#35507}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|