diff options
| author | Lukacma <Marian.Lukac@arm.com> | 2024-09-05 14:47:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 14:47:10 +0100 |
| commit | 7f0c5b0502b462d2afad32d3681b37cfc15ba844 (patch) | |
| tree | 9116fd0b06c33ed5f3301e6e65283164825960cd /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 1a1264726db275d4b207c5bc640e2779dd484478 (diff) | |
[AArch64]Fix invalid use of ld1/st1 in stack alloc (#105518)
This patch fixes incorrect usage of scalar+immediate variant of ld1/st1
instructions during stack allocation caused by
[c4bac7f](https://github.com/llvm/llvm-project/commit/c4bac7f7dcd931a5e561604e95656a24c3d1c9d9).
This commit used ld1/st1 even when stack offset was outside of immediate
range for this instruction, producing invalid assembly. This commit was also using incorrect offsets when using ld1/st1.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
