[Lldb-commits] [lldb] [lldb][docs] Add hardware feature considerations to target doc (PR #211213)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 23 06:54:40 PDT 2026


DavidSpickett wrote:

I added a "Registers With The Same Name In Different Contexts" section. This covers stuff like SVE where you in theory have two sets of Z, to shadow sets where you could have N sets of GPRs.

Another place where I'm giving an example of what has been done so far, but I don't want to put a policy on it because it should be decided by what makes sense for users of that target.

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


More information about the lldb-commits mailing list