[Lldb-commits] [PATCH] D157883: [lldb][AArch64] Add SME's Array Storage (ZA) and streaming vector length (SVG) registers

Muhammad Omair Javaid via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 12 01:43:44 PDT 2023


omjavaid requested changes to this revision.
omjavaid added a comment.
This revision now requires changes to proceed.

The patch looks to implement all stuff needed at once lets break it down into three patches instead:

1. First patch that just adds SME register set and does not implement RegisterContext Read/Write routines.
2. Implement register context read/write for SME registers
3. Implement size re-configuration after changing size of the SME vector.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157883/new/

https://reviews.llvm.org/D157883



More information about the lldb-commits mailing list