[Lldb-commits] [lldb] [llvm] [AArch64][llvm] Tighten SYSP parsing; don't disassemble invalid encodings (PR #182410)
Jonathan Thackray via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 11 09:18:05 PDT 2026
================
@@ -45,6 +45,22 @@ sysp #4, c2, c1, #0, x0, x1// VTTBR_EL2 3 4 2 1 0
// CHECK-INST: sysp #4, c2, c1, #0, x0, x1
// CHECK-ENCODING: encoding: [0x00,0x21,0x4c,0xd5]
+sysp #7, c2, c0, #0, x0, x1
----------------
jthackray wrote:
https://developer.arm.com/documentation/ddi0602/2026-03/Base-Instructions/SYSP--128-bit-system-instruction-?lang=en supercedes your link above
https://github.com/llvm/llvm-project/pull/182410
More information about the lldb-commits
mailing list