aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
diff options
context:
space:
mode:
authorLuke Lau <luke@igalia.com>2025-06-25 12:29:45 +0100
committerGitHub <noreply@github.com>2025-06-25 12:29:45 +0100
commit8e4fb4beada4ca34a2775512964ebe478967049d (patch)
tree4793ee08ccf3368584fc9d34e6a79cbb921c52c2 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
parent14e280e44e05446f7df3ef634b52b29e2c74e513 (diff)
downloadllvm-8e4fb4beada4ca34a2775512964ebe478967049d.zip
llvm-8e4fb4beada4ca34a2775512964ebe478967049d.tar.gz
llvm-8e4fb4beada4ca34a2775512964ebe478967049d.tar.bz2
[IA] Remove recursive [de]interleaving support (#143875)
Now that the loop vectorizer emits just a single llvm.vector.[de]interleaveN intrinsic after #141865, we can remove the need to recognise recursively [de]interleaved intrinsics. No in-tree target currently has instructions to emit an interleaved access with a factor > 8, and I'm not aware of any other passes that will emit recursive interleave patterns, so this code is effectively dead. Some tests have been converted from the recursive form to a single intrinsic, and some others were deleted that are no longer needed, e.g. to do with the recursive tree. This closes off the work started in #139893.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
0 files changed, 0 insertions, 0 deletions