[Lldb-commits] [lldb] [llvm] [AArch64] Fix definition of system register move instructions (PR #185709)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 29 03:38:42 PDT 2026
================
@@ -4263,7 +4268,6 @@ bool AArch64DAGToDAGISel::tryReadRegister(SDNode *N) {
Imm = TheReg->Encoding;
else
Imm = AArch64SysReg::parseGenericRegister(RegString->getString());
-
----------------
CarolineConcatto wrote:
Unrelated change
https://github.com/llvm/llvm-project/pull/185709
More information about the lldb-commits
mailing list