[all-commits] [llvm/llvm-project] 9b37bf: [lldb][AArch64] Handle different default vector le...
David Spickett via All-commits
all-commits at lists.llvm.org
Tue Jul 4 03:18:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b37bfa15ecfd0b87c176bb20e3ec4c193926d36
https://github.com/llvm/llvm-project/commit/9b37bfa15ecfd0b87c176bb20e3ec4c193926d36
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_dynamic_resize/TestSVEThreadedDynamic.py
Log Message:
-----------
[lldb][AArch64] Handle different default vector length in SVE testing
This test previously ran on QEMU or A64FX both of which can/do have
512 bit SVE by default.
Graviton 3 has 256 bit SVE so the first part of the test failed.
To fix this, probe the supported vector lengths before starting
the test. The first check will use the default vector length and
the rest use either 256 or 128 bit.
Therefore this test will be skipped on a machine with only 128 bit SVE.
Reviewed By: omjavaid
Differential Revision: https://reviews.llvm.org/D154208
More information about the All-commits
mailing list