This is an archive of the discontinued LLVM Phabricator instance.

[AIX][TLS] Generate 64-bit general-dynamic access code sequence
ClosedPublic

Authored by lei on Mar 5 2021, 2:19 PM.

Details

Summary

Add support for the TLS general dynamic access model to assembly
files on AIX 64-bit.

Diff Detail

Event Timeline

lei created this revision.Mar 5 2021, 2:19 PM
lei requested review of this revision.Mar 5 2021, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 5 2021, 2:19 PM
sfertile accepted this revision.Mar 8 2021, 12:42 PM

LGTM.

llvm/lib/Target/PowerPC/PPCInstr64Bit.td
1305

Real minor nit: should we say X3/X4 instead of R3/R4 since that's the 64-bit gprs naming convention internally?

This revision is now accepted and ready to land.Mar 8 2021, 12:42 PM
This revision was landed with ongoing or failed builds.Mar 8 2021, 2:41 PM
This revision was automatically updated to reflect the committed changes.
llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp