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

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 12 04:51:26 PDT 2023


DavidSpickett abandoned this revision.
DavidSpickett added a comment.

I've split them. I didn't split ZA definition and read/write because the former would be almost nothing, but otherwise it's into a few commits now ending with testing.

I won't fold the ZA bugfix into this as I think it's weird enough to warrant its own commit and therefore blame entry (and it doesn't show up in testing anyway).


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