[llvm] [AArch64][llvm] Redefine some insns as an alias of `SYS` (PR #187004)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 07:17:19 PDT 2026


================
@@ -2560,6 +2553,30 @@ def SYSLxt : SystemLXtI<1, "sysl">;
 def : InstAlias<"sys $op1, $Cn, $Cm, $op2",
                 (SYSxt timm32_0_7:$op1, sys_cr_op:$Cn,
                  sys_cr_op:$Cm, timm32_0_7:$op2, XZR)>;
+def : InstAlias<"apas $Xt",
----------------
Lukacma wrote:

Ah you are right sorry ! Makes me wonder if we couldn't use tablegen for all the othes aliases as well... 

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


More information about the llvm-commits mailing list