summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorLuke Lau <luke@igalia.com>2024-02-28 10:26:54 +0800
committerGitHub <noreply@github.com>2024-02-28 10:26:54 +0800
commit91d23370cd4608f84f5209e445579a3b24ae3545 (patch)
tree485928e592ed8d732fbdf830ed3d47f1a7fa255a /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentcf1c97b2d29c51d6c2e79454f6ec3d1f8f98e672 (diff)
[RISCV] Use a tail agnostic vslideup if possible for scalable insert_subvector (#83146)
If we know that an insert_subvector inserting a fixed subvector will overwrite the entire tail of the vector, we use a tail agnostic vslideup. This was added in https://reviews.llvm.org/D147347, but we can do the same thing for scalable vectors too. The `Policy` variable is defined in a slightly weird place but this is to mirror the fixed length subvector code path as closely as possible. I think we may be able to deduplicate them in future.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions