summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorMatthew Devereau <matthew.devereau@arm.com>2023-10-26 08:42:25 +0100
committerGitHub <noreply@github.com>2023-10-26 08:42:25 +0100
commit18775a49416cf767b34eaaf925df5143e40582f4 (patch)
treeae9978f32f62a7f3ad886084ff23e600d22ed3f1 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentd1556e5efbf0cb671c0f6e403fc1eaf9153f8713 (diff)
[AArch64][SVE2] Use rshrnb for masked stores (#70026)
This patch is a follow up on https://reviews.llvm.org/D155299. This patch combines add+lsr to rshrnb when 'B' in: C = A + B D = C >> Shift is equal to (1 << (Shift-1), and the bits in the top half of each vector element are zeroed or ignored, such as in a truncating masked store.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions