[Lldb-commits] [PATCH] D140615: [LLDB][LoongArch] Delete the s9 register alias definition
Hui Li via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 12 18:42:03 PST 2023
lh03061238 added a comment.
In D140615#4047171 <https://reviews.llvm.org/D140615#4047171>, @lh03061238 wrote:
> In D140615#4047069 <https://reviews.llvm.org/D140615#4047069>, @xen0n wrote:
>
>> BTW do we have a way of fixing the bug while preserving the alias?
>
> The register information defined in registerinfos_longarch64.h contains only one alias.
> So far, no other way has been found, Therefore, We first fixed this bug by removing the
> less used alias s9
At this stage, we want to ensure that register number mappings are correct in all relevant register definition files.
So make this change to ensure that the register access is correct.
is this ok ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140615/new/
https://reviews.llvm.org/D140615
More information about the lldb-commits
mailing list