summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorMomchil Velikov <momchil.velikov@arm.com>2024-05-22 10:41:03 +0100
committerGitHub <noreply@github.com>2024-05-22 10:41:03 +0100
commit91d415b8d94b15023e6c39d5376274a2b21ee448 (patch)
tree4511bb4330a8b029713818592e1315a738f8afda /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent15710bbdadddbf03428fd16aed53e6be54960703 (diff)
[Clang][AArch64][SVE] Allow write to SVE vector elements using the subscript operator (#91965)
The patch at https://reviews.llvm.org/D122732 introduced using the array subscript operator for SVE vectors, however it also causes an ICE when the subscripting expression is used as an lvalue. This patches fixes the error. Lvalue subscripting expressions are emitted as LLVM IR `insertelement`.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions