This is an archive of the discontinued LLVM Phabricator instance.

[VE] TLS codegen
ClosedPublic

Authored by simoll on Feb 17 2020, 7:45 AM.

Details

Summary

Codegen and tests for thread-local storage.
This implements only the general dynamic model due to limitations in nld 2.26.

Diff Detail

Event Timeline

simoll created this revision.Feb 17 2020, 7:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2020, 7:45 AM
arsenm added inline comments.Feb 17 2020, 1:58 PM
llvm/lib/Target/VE/VEAsmPrinter.cpp
265

Typo supporeted

268

typo supporeted

simoll updated this revision to Diff 245096.Feb 18 2020, 1:22 AM
simoll marked 2 inline comments as done.
  • rebased
  • typos
arsenm accepted this revision.Feb 18 2020, 6:55 AM
This revision is now accepted and ready to land.Feb 18 2020, 6:55 AM
Closed by commit rG5526786a56bd: [VE] TLS codegen (authored by kaz7, committed by simoll). · Explain WhyFeb 18 2020, 7:12 AM
This revision was automatically updated to reflect the committed changes.