[Lldb-commits] [PATCH] D159504: [lldb][AArch64] Implement resizing of SME's ZA register
Muhammad Omair Javaid via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 15 03:28:14 PDT 2023
omjavaid added inline comments.
================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp:839
+
+void GDBRemoteDynamicRegisterInfo::UpdateARM64SMERegistersInfos(uint64_t svg) {
+ for (auto ® : m_regs) {
----------------
can we combine UpdateARM64SVERegistersInfos and UpdateARM64SMERegistersInfos to avoid back to back calls of ConfigureOffsets
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159504/new/
https://reviews.llvm.org/D159504
More information about the lldb-commits
mailing list