[PATCH] D74718: [VE] TLS codegen

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 07:46:59 PST 2020


simoll created this revision.
simoll added reviewers: arsenm, k-ishizaka.
simoll added a project: VE.
Herald added subscribers: llvm-commits, hiraditya, wdng.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74718

Files:
  llvm/lib/Target/VE/MCTargetDesc/VEFixupKinds.h
  llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.cpp
  llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.h
  llvm/lib/Target/VE/VEAsmPrinter.cpp
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/test/CodeGen/VE/tls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74718.244974.patch
Type: text/x-patch
Size: 29268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200217/6b2abece/attachment.bin>


More information about the llvm-commits mailing list