[Lldb-commits] [lldb] [llvm] [AArch64][llvm] Tighten SYSP parsing; don't disassemble invalid encodings (PR #182410)

via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 12 05:09:16 PDT 2026


================
@@ -11384,11 +11384,14 @@ let Predicates = [HasRCPC3, HasNEON] in {
 //===----------------------------------------------------------------------===//
 // 128-bit System Instructions (FEAT_SYSINSTR128)
 //===----------------------------------------------------------------------===//
-def SYSPxt  : SystemPXtI<0, "sysp">;
+def SYSPxt  : SystemPXtI<0, "sysp"> {
----------------
Lukacma wrote:

There is no constraint on first register being even from what I can see in the spec

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


More information about the lldb-commits mailing list