[PATCH] D130142: [Coroutines] Introduce @llvm.coro.tls.wrapper to block optimizations
Yuanfang Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 13:10:30 PDT 2022
ychen added a comment.
In D130142#3675062 <https://reviews.llvm.org/D130142#3675062>, @ChuanqiXu wrote:
> Given the bug is important and the patch is relatively small and innocent, I want to land this one before 15.x branch is created if no objection comes in.
Sounds good to me. One last question is: why not just use `llvm.threadlocal.address`? The plan is to replace `llvm.coro.tls.wrapper` with `llvm.threadlocal.address` right? I'd prefer not to add an LLVM intrinsic just for one specific release.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130142/new/
https://reviews.llvm.org/D130142
More information about the llvm-commits
mailing list