[PATCH] D125291: Introduce @llvm.threadlocal.address intrinsic to access TLS variable
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 12 14:39:20 PDT 2022
xbolva00 added inline comments.
================
Comment at: llvm/include/llvm/IR/Intrinsics.td:1408
+// Intrinsic to wrap a thread local variable.
+def int_threadlocal_address : DefaultAttrsIntrinsic<[llvm_anyptr_ty], [LLVMMatchType<0>],
+ [IntrNoMem, IntrSpeculatable, IntrWillReturn]>;
----------------
Returns nonnull?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125291/new/
https://reviews.llvm.org/D125291
More information about the cfe-commits
mailing list