[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 04:51:10 PST 2023


lh03061238 added a comment.

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


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