[llvm] [WebAssembly] Remove threadlocal.address when disabling TLS (PR #88209)

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 17:41:19 PDT 2024


================
@@ -0,0 +1,28 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
----------------
dschuff wrote:

llvm/test/CodeGen/WebAssembly/tls-local-exec.ll and tls-general-dynamic.ll cover TLS stripping, but they don't use `llvm.threadlocal.address`. It's probably worth updating those to reflect the IR currently generated by clang, but I think it makes sense to land this with the new test and then clean up later.

https://github.com/llvm/llvm-project/pull/88209


More information about the llvm-commits mailing list