[PATCH] D52192: Add !thread.private metadata

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 14:30:36 PDT 2018


reames created this revision.
reames added reviewers: hfinkel, jfb.
Herald added subscribers: llvm-commits, bollu, mcrosier.
reames retitled this revision from "Add !thread.private metdata " to "Add !thread.private metadata ".

As recently proposed and discussed on LLVM dev: https://groups.google.com/forum/#!topic/llvm-dev/oYcAtJnwALY

Feedback on naming and specification is particularly welcome.

Note: The LangRef change may not build.  I'll fix any warnings before submission.  I generally don't build docs because it increases build time noticeable and enabling it requires a clean build, so I'll do that once at the end.


Repository:
  rL LLVM

https://reviews.llvm.org/D52192

Files:
  docs/LangRef.rst
  include/llvm/IR/LLVMContext.h
  lib/IR/LLVMContext.cpp
  lib/Transforms/Scalar/LICM.cpp
  test/Transforms/LICM/promote-tls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52192.165833.patch
Type: text/x-patch
Size: 7341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180917/d4f234f8/attachment.bin>


More information about the llvm-commits mailing list