[PATCH] D64152: [Attributor] Deduce "align" attribute

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 01:50:53 PDT 2019


uenoku updated this revision to Diff 211444.
uenoku retitled this revision from "[Attributor] Deduce "align" attribute on return value" to "[Attributor] Deduce "align" attribute ".
uenoku edited the summary of this revision.
uenoku added a comment.

Rebase and add callsite argument and argument deduction. It is ready for review.


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

https://reviews.llvm.org/D64152

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/test/Transforms/FunctionAttrs/align.ll
  llvm/test/Transforms/FunctionAttrs/arg_nocapture.ll
  llvm/test/Transforms/FunctionAttrs/noalias_returned.ll
  llvm/test/Transforms/FunctionAttrs/nonnull.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64152.211444.patch
Type: text/x-patch
Size: 14885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190724/a125ce70/attachment.bin>


More information about the llvm-commits mailing list