[llvm] CodeGenPrepare: Remove threadlocal_address intrinsic when cheap to recompute. (PR #87844)
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 17:04:58 PDT 2024
MatzeB wrote:
I also submitted #87841 to verify the assumption that arg0 of `threadlocal.address` is a thread-local `GlobalVariable`. (Turns out it currently fails 1 test, but it's debatable whether the test is okay).
https://github.com/llvm/llvm-project/pull/87844
More information about the llvm-commits
mailing list