summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/thread_pointer.ll
AgeCommit message (Collapse)Author
2024-11-26[WebAssembly] Implement %llvm.thread.pointer intrinsic (#117817)Sam Clegg
We can simply use the `__tls_base` global for this which is guaranteed to be non-zero and unique per thread. Fixes: #117433