[llvm] [AIX][TLS] Optimize the small local-exec access sequence for non-zero offsets (PR #71485)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 06:57:54 PST 2024


================
@@ -0,0 +1,160 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 3
----------------
diggerlin wrote:

not sure the purpose of the test case, are  all the functionality tested in the test case  covered in the aix-small-local-exec-tls-largeaccess.ll
and 
is `@MyTLSGDVar = thread_local global [800 x i64] zeroinitializer, align 8` 
covered by aix-tls-gd-int.ll ?

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


More information about the llvm-commits mailing list