[PATCH] D150367: [AIX][TLS] Generate optimized local-exec access code sequence using X-Form loads/stores
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 22 06:12:00 PDT 2023
amyk marked an inline comment as not done.
amyk added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCSubtarget.h:279
+ MCRegister getThreadPointerRegister() const {
+ assert((is64BitELFABI() || isAIXABI()) &&
----------------
Is it appropriate to add this in this patch? Or should this be separate?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150367/new/
https://reviews.llvm.org/D150367
More information about the llvm-commits
mailing list