[llvm-branch-commits] [llvm] [X86] Avoid generating nested CALLSEQ for TLS pointer function arguments (PR #106965)
Fabian Ritter via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Oct 25 09:27:48 PDT 2024
================
@@ -35971,6 +35971,15 @@ X86TargetLowering::EmitLoweredTLSAddr(MachineInstr &MI,
// inside MC, therefore without the two markers shrink-wrapping
// may push the prologue/epilogue pass them.
const TargetInstrInfo &TII = *Subtarget.getInstrInfo();
+
----------------
ritter-x2a wrote:
I now opened PR #113706 for an attempt to do that.
https://github.com/llvm/llvm-project/pull/106965
More information about the llvm-branch-commits
mailing list