[PATCH] D100226: [funcattrs] Add the maximal set of implied attributes to definitions

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 17:06:54 PDT 2021


reames updated this revision to Diff 337580.
reames retitled this revision from "Explicitly annotate nofree functions inferred from readonly/readnone" to "[funcattrs] Add the maximal set of implied attributes to definitions".
reames edited the summary of this revision.
reames added a comment.
Herald added subscribers: kerbowa, nhaehnle, jvesely.

Adjust patch and description to be in line with the direction suggested by reviewer, and started in D100400 <https://reviews.llvm.org/D100400>.


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

https://reviews.llvm.org/D100226

Files:
  clang/test/CodeGenOpenCL/convergent.cl
  llvm/lib/Transforms/IPO/FunctionAttrs.cpp
  llvm/test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
  llvm/test/CodeGen/AMDGPU/inline-attr.ll
  llvm/test/Other/cgscc-devirt-iteration.ll
  llvm/test/Other/cgscc-iterate-function-mutation.ll
  llvm/test/Other/cgscc-observe-devirt.ll
  llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
  llvm/test/Transforms/FunctionAttrs/atomic.ll
  llvm/test/Transforms/FunctionAttrs/incompatible_fn_attrs.ll
  llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
  llvm/test/Transforms/FunctionAttrs/nofree.ll
  llvm/test/Transforms/FunctionAttrs/nosync.ll
  llvm/test/Transforms/FunctionAttrs/nounwind.ll
  llvm/test/Transforms/FunctionAttrs/optnone.ll
  llvm/test/Transforms/FunctionAttrs/willreturn-callsites.ll
  llvm/test/Transforms/FunctionAttrs/writeonly.ll
  llvm/test/Transforms/InferFunctionAttrs/norecurse_debug.ll
  llvm/test/Transforms/Inline/cgscc-update.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100226.337580.patch
Type: text/x-patch
Size: 20311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210415/745e9924/attachment.bin>


More information about the llvm-commits mailing list