[Lldb-commits] [PATCH] D154926: [lldb][AArch64] Add support for SME's SVE streaming mode registers
Muhammad Omair Javaid via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 21 07:18:39 PDT 2023
omjavaid accepted this revision.
omjavaid added a comment.
This revision is now accepted and ready to land.
This looks very good much simpler from the first version. just a minor nit.
================
Comment at: lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp:81
opt_regsets.Set(RegisterInfoPOSIX_arm64::eRegsetMaskSVE);
+ // We may also have the Scalable Matrix Extension (SME) which adds a
----------------
Should we test for SSVE first that way we wont have to check for SVE once SSVE is found?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154926/new/
https://reviews.llvm.org/D154926
More information about the lldb-commits
mailing list