https://github.com/DavidSpickett commented:

Using the "dynamic" (as aarch64 calls it) regset idea is certainly the way to 
go. AArch64 has a bit of a strange setup where we have 2 fixed layouts, then 
everything else is optional. Possibly it needs to be this way because of SVE 
changing length, I never dug into it. These days I just use the optional 
mechanisms for everything.

https://github.com/llvm/llvm-project/pull/104547
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to