[PATCH] D54498: AbstractCallSite -- A unified interface for (in)direct and callback calls

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 11 19:59:45 PST 2018


jdoerfert updated this revision to Diff 177818.
jdoerfert added a comment.

Check for isThreadDependent constants


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54498/new/

https://reviews.llvm.org/D54498

Files:
  docs/LangRef.rst
  include/llvm/IR/CallSite.h
  include/llvm/IR/LLVMContext.h
  include/llvm/IR/MDBuilder.h
  lib/IR/AbstractCallSite.cpp
  lib/IR/CMakeLists.txt
  lib/IR/LLVMContext.cpp
  lib/IR/MDBuilder.cpp
  lib/Transforms/IPO/IPConstantPropagation.cpp
  test/ThinLTO/X86/lazyload_metadata.ll
  test/Transforms/IPConstantProp/openmp_parallel_for.ll
  test/Transforms/IPConstantProp/pthreads.ll
  test/Transforms/IPConstantProp/thread_local_acs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54498.177818.patch
Type: text/x-patch
Size: 28196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181212/4f19004d/attachment.bin>


More information about the llvm-commits mailing list