[llvm] [PAC][CodeGen][ELF][AArch64] Support signed TLSDESC (PR #113813)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 27 04:20:05 PST 2024
================
@@ -501,6 +501,8 @@ def SDT_AArch64stnp : SDTypeProfile<0, 3, [SDTCisVT<0, v4i32>, SDTCisSameAs<0, 1
// number of operands (the variable)
def SDT_AArch64TLSDescCallSeq : SDTypeProfile<0,1,
[SDTCisPtrTy<0>]>;
+def SDT_AArch64TLSDescAuthCallSeq : SDTypeProfile<0,1,
+ [SDTCisPtrTy<0>]>;
----------------
kovdan01 wrote:
It looks like we can reuse `SDT_AArch64TLSDescCallSeq`, thanks! See dcdbcdd133b329fa33f64ce5a7f57b8fcf785e4b
https://github.com/llvm/llvm-project/pull/113813
More information about the llvm-commits
mailing list