diff options
author | Lei Liu <lei.liu2@windriver.com> | 2018-08-02 01:54:12 +0000 |
---|---|---|
committer | Lei Liu <lei.liu2@windriver.com> | 2018-08-02 01:54:12 +0000 |
commit | b9a7b7a84d35fc13c2f49d81c3353dd58f12ee03 (patch) | |
tree | a43467831266170331340ee09893407af4b0eee0 /lldb/packages/Python/lldbsuite/test/python_api/section/main.c | |
parent | 06baa7e0f21ceeb3ecd3484d5be18e8231cfd6f3 (diff) | |
download | bcm5719-llvm-b9a7b7a84d35fc13c2f49d81c3353dd58f12ee03.tar.gz bcm5719-llvm-b9a7b7a84d35fc13c2f49d81c3353dd58f12ee03.zip |
Fix FCOPYSIGN expansion
In expansion of FCOPYSIGN, the shift node is missing when the two
operands of FCOPYSIGN are of the same size. We should always generate
shift node (if the required shift bit is not zero) to put the sign
bit into the right position, regardless of the size of underlying
types.
Differential Revision: https://reviews.llvm.org/D49973
llvm-svn: 338665
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/main.c')
0 files changed, 0 insertions, 0 deletions