[all-commits] [llvm/llvm-project] 11de4c: [lldb][AArch64] Add tests for SME's SVE register s...
David Spickett via All-commits
all-commits at lists.llvm.org
Wed Sep 13 02:07:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11de4c724c8e875f75c2d1c733c38051bc818601
https://github.com/llvm/llvm-project/commit/11de4c724c8e875f75c2d1c733c38051bc818601
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M lldb/test/API/commands/register/register/aarch64_dynamic_regset/TestArm64DynamicRegsets.py
M lldb/test/API/commands/register/register/aarch64_dynamic_regset/main.c
Log Message:
-----------
[lldb][AArch64] Add tests for SME's SVE register state to TestArm64DynamicRegsets
SME reuses SVE's register state but adds new modes to it. Therefore
we can't check all those in the same test as the existing SVE
checks.
SME's ZA, SVG and SVCR register checks will be added to this test
in later patches.
Prior to this we didn't have any testing of writing streaming mode
SVE registers from lldb, only writing SVE registers in normal
(non-streaming) SVE mode.
Reviewed By: omjavaid
Differential Revision: https://reviews.llvm.org/D157846
More information about the All-commits
mailing list