[llvm] [Xtensa] Implement THREADPTR and DFPAccel Xtensa Options. (PR #145543)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 27 06:11:57 PDT 2025


================
@@ -919,6 +920,58 @@ SDValue XtensaTargetLowering::LowerGlobalAddress(SDValue Op,
   return Res;
 }
 
+SDValue XtensaTargetLowering::LowerGlobalTLSAddress(SDValue Op,
+                                                    SelectionDAG &DAG) const {
+  const GlobalAddressSDNode *G = cast<GlobalAddressSDNode>(Op);
+  SDLoc DL(Op);
+  auto PtrVT = Op.getValueType();
----------------
arsenm wrote:

No auto 

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


More information about the llvm-commits mailing list