[Lldb-commits] [lldb] [lldb][RISCV] Support optionally disabled FPR for riscv64 (PR #104547)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 28 01:32:50 PDT 2024
DavidSpickett wrote:
> The main thing here - is that some RISC-V platforms might have only general-purpose and vector registers, but non of floating-point ones (e.g. for the case of targets say specifically shaped for ML/AI).
I had not considered that. I'm used to Arm where if you want to have the new vector extensions you have to have the original FP (Neon) extension too.
Even more reason to make it all dynamic.
https://github.com/llvm/llvm-project/pull/104547
More information about the lldb-commits
mailing list