[Lldb-commits] [PATCH] D154926: [lldb][AArch64] Add support for SME's SVE streaming mode registers
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 11 01:28:17 PDT 2023
DavidSpickett added a comment.
> SIMD registers must be read and written via the SVE regset when in SSVE mode. Writing to them exits streaming mode.
In my testing it did actually work if you always used the current mode. I think that's an artifact of QEMU or the kernel's implementation choices though, and perhaps the data is actually stale in certain circumstances.
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