[llvm] [PAC][CodeGen][ELF][AArch64] Support signed TLSDESC (PR #113813)

Anatoly Trosinenko via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 26 11:38:43 PST 2024


================
@@ -886,6 +888,10 @@ def AArch64tlsdesc_callseq : SDNode<"AArch64ISD::TLSDESC_CALLSEQ",
                                     SDT_AArch64TLSDescCallSeq,
                                     [SDNPOutGlue, SDNPHasChain, SDNPVariadic]>;
 
+def AArch64tlsdesc_auth_callseq : SDNode<"AArch64ISD::TLSDESC_AUTH_CALLSEQ",
+                                    SDT_AArch64TLSDescAuthCallSeq,
+                                    [SDNPInGlue, SDNPOutGlue, SDNPHasChain,
----------------
atrosinenko wrote:

Is it intended for `AArch64tlsdesc_auth_callseq` and `AArch64tlsdesc_callseq` to have different lists of properties (the latter has extra `SDNPInGlue`)?

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


More information about the llvm-commits mailing list