[PATCH] D155600: [AIX][TLS] Produce a faster local-exec access sequence with -maix-small-local-exec-tls (And optimize when load/store offsets are 0)
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 20:42:21 PDT 2023
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCMCInstLower.cpp:53
+ // its corresponding MOSymbol and ensure the symbol has the form:
+ // variableName[storageClass]. The offset information from the machine
+ // operand is also preserved in the symbol.
----------------
The symbol would be a label (no storage class attached in the assembly syntax) if it is an alias or if data sections is disabled. What is the comment trying to say about the form of the symbol?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155600/new/
https://reviews.llvm.org/D155600
More information about the llvm-commits
mailing list