[PATCH] D66781: [Attributor] Use existing function information for the call site

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 08:27:32 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL370480: [Attributor] Use existing function information for the call site (authored by jdoerfert, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D66781?vs=217302&id=218107#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D66781

Files:
  llvm/trunk/include/llvm/Transforms/IPO/Attributor.h
  llvm/trunk/lib/Transforms/IPO/Attributor.cpp
  llvm/trunk/test/Transforms/FunctionAttrs/align.ll
  llvm/trunk/test/Transforms/FunctionAttrs/arg_nocapture.ll
  llvm/trunk/test/Transforms/FunctionAttrs/arg_returned.ll
  llvm/trunk/test/Transforms/FunctionAttrs/dereferenceable.ll
  llvm/trunk/test/Transforms/FunctionAttrs/fn_noreturn.ll
  llvm/trunk/test/Transforms/FunctionAttrs/internal-noalias.ll
  llvm/trunk/test/Transforms/FunctionAttrs/liveness.ll
  llvm/trunk/test/Transforms/FunctionAttrs/noalias_returned.ll
  llvm/trunk/test/Transforms/FunctionAttrs/nofree-attributor.ll
  llvm/trunk/test/Transforms/FunctionAttrs/nonnull.ll
  llvm/trunk/test/Transforms/FunctionAttrs/noreturn_async.ll
  llvm/trunk/test/Transforms/FunctionAttrs/noreturn_sync.ll
  llvm/trunk/test/Transforms/FunctionAttrs/nounwind.ll
  llvm/trunk/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66781.218107.patch
Type: text/x-patch
Size: 26353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190830/09a07579/attachment.bin>


More information about the llvm-commits mailing list