[Lldb-commits] [lldb] [lldb][AArch64] Add isAArch64SMEFA64 check to SME testing (PR #68094)

Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 6 02:47:34 PDT 2023


https://github.com/omjavaid commented:

After this change isAArch64SME check will be replaced on all locations? 

So the manual says "The SVE FFR predicate register is not architecturally visible when the PE is in Streaming SVE mode if FEAT_SME_FA64 is not implemented or not enabled at the current Exception level."

All SVE tests seem to use FFR does it mean isAArch64SME is now redundant as far as LLDB testing is concerned?

https://github.com/llvm/llvm-project/pull/68094


More information about the lldb-commits mailing list