[llvm] [AArch64][llvm] Redefine some insns as an alias of `SYS` (PR #187004)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 01:16:45 PDT 2026
================
@@ -2161,6 +2153,23 @@ class SystemLXtI<bit L, string asm>
let Inst{7-5} = op2;
}
+class SystemLXtI<bit L, string asm>
+ : BaseSystemLXtI<L, (outs),
+ (ins GPR64:$Rt, imm0_7:$op1, sys_cr_op:$Cn, sys_cr_op:$Cm,
+ imm0_7:$op2), asm>;
+
+// GCS SYSL operations preserve the old destination value when GCS is disabled
----------------
Lukacma wrote:
I don't see it fixed ? I still see this class and sysl having source operand instead of destination one.
https://github.com/llvm/llvm-project/pull/187004
More information about the llvm-commits
mailing list