[LLVMdev] PR 5723
David Greene
dag at cray.com
Wed Dec 9 09:01:05 PST 2009
On Wednesday 09 December 2009 10:21, David Greene wrote:
> > You might want to look into TLS lowering code inside
> > X86ISelLowering.cpp to introduce yourself into this this.
>
> I looked at that but it's not very helpful. It just creates some generic
> instructions that get emitted as a code sequence. It doesn't say anything
> about the stack frame.
Ah, ok. I think I know what I have to do. I'll put callseq_start/end nodes
around the TLS addressing.
-Dave
More information about the llvm-dev
mailing list