[PATCH] D98078: [AIX][TLS] Generate 64-bit general-dynamic access code sequence
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 8 12:42:23 PST 2021
sfertile accepted this revision.
sfertile added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstr64Bit.td:1305
+
+// On AIX, the call to __tls_get_addr needs two inputs in R3/R4 for the
+// offset and region handle respectively. The call is not followed by a nop
----------------
Real minor nit: should we say `X3/X4` instead of `R3/R4` since that's the 64-bit gprs naming convention internally?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98078/new/
https://reviews.llvm.org/D98078
More information about the llvm-commits
mailing list