diff options
author | Diogo N. Sampaio <diogo.sampaio@arm.com> | 2019-07-08 08:35:05 +0000 |
---|---|---|
committer | Diogo N. Sampaio <diogo.sampaio@arm.com> | 2019-07-08 08:35:05 +0000 |
commit | 0464e07c8f6e3310c28eb210a4513bc2243c2a7e (patch) | |
tree | ba6fea0f8ad2e0f591daeced24f94fe3cf9fa9f7 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py | |
parent | 1606a864647c24f0e12da439b15acd13e7b922f6 (diff) | |
download | bcm5719-llvm-0464e07c8f6e3310c28eb210a4513bc2243c2a7e.tar.gz bcm5719-llvm-0464e07c8f6e3310c28eb210a4513bc2243c2a7e.zip |
[AArch64] Fix vsqadd scalar intrinsics operands
Summary:
Change the vsqadd scalar instrinsics to have the second argument as signed values, not unsigned,
accordingly to https://developer.arm.com/architectures/instruction-sets/simd-isas/neon/intrinsics
The existing unsigned argument can cause faulty code as negative float to unsigned conversion is
undefined, which llvm/clang optimizes away.
Reviewers: LukeCheeseman, john.brawn
Reviewed By: john.brawn
Subscribers: john.brawn, javed.absar, kristof.beyls, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D64239
llvm-svn: 365298
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions