diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-09-14 17:15:26 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-09-14 17:15:26 +0000 |
commit | a369219ce676ae960046ef00d6d23be2d10701ee (patch) | |
tree | 60b68bcc953c94245a8511163d167001c86fb8a1 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | e6b3a63a3dc041e3b825033f880ea9af6be0450d (diff) | |
download | bcm5719-llvm-a369219ce676ae960046ef00d6d23be2d10701ee.tar.gz bcm5719-llvm-a369219ce676ae960046ef00d6d23be2d10701ee.zip |
[X86][SSE] Improve recognition of i64 sitofp conversions that can be performed as i32 (PR29078)
Until AVX512DQ we only support i64/vXi64 sitofp conversion as scalars.
This patch sees if the sign bit extends far enough that we can truncate to a i32 type and then perform sitofp without loss of precision.
Differential Revision: https://reviews.llvm.org/D24345
llvm-svn: 281502
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions