This is an archive of the discontinued LLVM Phabricator instance.

[lldb][AArch64] Add test predicate for systems with SME enabled
ClosedPublic

Authored by DavidSpickett on Jul 10 2023, 2:28 AM.

Details

Summary

"sme" is just one of many cpuinfo features for SME but it's the
only one we need for testing.

The rest are related to the use of certain instructions and
don't change the register state available.

Diff Detail