diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2016-01-08 17:46:05 +0000 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2016-01-08 17:46:05 +0000 |
commit | bf5ccdccb2d06eef08df5b66d53c90cd49091cac (patch) | |
tree | 8a040e491264ec44b8b0e48626a3b86a1c2dd556 /lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py | |
parent | 2beaab358c29a4f0cdd422d624b269fa7f4c9662 (diff) | |
download | bcm5719-llvm-bf5ccdccb2d06eef08df5b66d53c90cd49091cac.tar.gz bcm5719-llvm-bf5ccdccb2d06eef08df5b66d53c90cd49091cac.zip |
Do not ASSERTZEXT for i16 result of bitcast from f16 operand
Summary:
During legalization if i16, do not ASSERTZEXT the result of FP_TO_FP16.
Directly return an FP_TO_FP16 node with return type as the
promote-to-type of i16.
This patch also removes extraneous length check. This legalization
should be valid even if integer and float types are of different
lengths.
This patch breaks a hard-float test for fp16 args. The test is changed
to allow a vmov to zero-out the top bits, and also ensure that the
return value is in an FP register.
Reviewers: ab, jmolloy
Subscribers: srhines, llvm-commits
Differential Revision: http://reviews.llvm.org/D15438
llvm-svn: 257184
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py')
0 files changed, 0 insertions, 0 deletions