[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 18 07:36:24 PDT 2023


DavidSpickett marked 4 inline comments as done.
DavidSpickett added inline comments.


================
Comment at: lldb/test/API/commands/register/register/aarch64_sve_simd_registers/TestSVESIMDRegisters.py:1
+"""
+Test that LLDB correctly reads and writes AArch64 SIMD registers in SVE,
----------------
I wrote this test when I thought we had to read/write SIMD via NT_ARM_SVE during streaming mode, so its main reason for existing has gone now.

However, I think it's worth keeping because no other test checks SIMD read/write as literally as this does. And if it turns out I did part of this incorrectly, we have tests to refer to.


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