[llvm] [clang-tools-extra] [RISCV] Support Global Dynamic TLSDESC in the RISC-V backend (PR #66915)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 12:06:53 PST 2023
================
@@ -6843,6 +6845,24 @@ SDValue RISCVTargetLowering::getDynamicTLSAddr(GlobalAddressSDNode *N,
return LowerCallTo(CLI).first;
}
+SDValue
+RISCVTargetLowering::getGeneralDynamicTLSDescAddr(GlobalAddressSDNode *N,
----------------
MaskRay wrote:
getTLSDescAddr sounds good.
https://github.com/llvm/llvm-project/pull/66915
More information about the llvm-commits
mailing list