[Lldb-commits] [lldb] [lldb][RISCV] Support optionally disabled FPR (PR #104547)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 16 04:29:55 PDT 2024


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


More information about the lldb-commits mailing list