[clang] [llvm] [PowerPC] Tune AIX shared library TLS model at function level by heuristic (PR #84132)

Felix via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 25 01:23:40 PDT 2024


================
@@ -329,6 +329,12 @@ def FeatureAIXLocalExecTLS :
                    "Produce a TOC-free local-exec TLS sequence for this function "
                    "for 64-bit AIX">;
 
+def FeatureAIXSharedLibraryTLSModelHeuristic :
+  SubtargetFeature<"aix-shared-library-tls-model-heuristic",
----------------
orcguru wrote:

I changed the name to `aix-shared-lib-tls-model-opt`. Hope that is fine.

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


More information about the cfe-commits mailing list