diff options
author | Liu, Chen3 <chen3.liu@intel.com> | 2022-04-13 15:25:12 +0800 |
---|---|---|
committer | Liu, Chen3 <chen3.liu@intel.com> | 2022-04-13 20:06:15 +0800 |
commit | bf60a5af0a21323f257719a08d57b28a3389b283 (patch) | |
tree | eb6585dddf85bc3d2ce6ffc1c69c886e3450ceee /lldb/packages/Python/lldbsuite/test/dotest.py | |
parent | fef221bf1fb6fc941db9cd1d0ce926f15cdb1c14 (diff) | |
download | llvm-bf60a5af0a21323f257719a08d57b28a3389b283.zip llvm-bf60a5af0a21323f257719a08d57b28a3389b283.tar.gz llvm-bf60a5af0a21323f257719a08d57b28a3389b283.tar.bz2 |
[X86] Covert unsigned int 0 to float-point with FILD instruction.
unsinged int 0 will be convert to float/double -0.0 when the rounding
mode is set to 'FE_DOWNWARD'. Using FILD instruction instead of SSE
instructions on 32-bit target if the strictfp is enabled.
Differential Revision: https://reviews.llvm.org/D123660
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
0 files changed, 0 insertions, 0 deletions