[PATCH] D67604: [Attributor] Use Alias Analysis in noalias callsite argument deduction
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 23:01:04 PDT 2019
uenoku created this revision.
uenoku added reviewers: jdoerfert, sstefan1.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
This patch adds a check of alias analysis in `noalias` callsite argument deduction.
https://reviews.llvm.org/D67604
Files:
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/test/Transforms/FunctionAttrs/internal-noalias.ll
llvm/test/Transforms/FunctionAttrs/noalias_returned.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67604.220275.patch
Type: text/x-patch
Size: 4882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190916/47ac47c7/attachment.bin>
More information about the llvm-commits
mailing list