[PATCH] D69797: [Attributor] Use must-be-executed-context in align deduction
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 4 02:49:57 PST 2019
uenoku created this revision.
uenoku added reviewers: jdoerfert, sstefan1.
Herald added subscribers: llvm-commits, jfb, hiraditya.
Herald added a project: LLVM.
This patch introduces align attribute deduction for callsite argument, function argument, function returned and floating value based on must-be-executed-context.
https://reviews.llvm.org/D69797
Files:
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/test/Transforms/FunctionAttrs/align.ll
llvm/test/Transforms/FunctionAttrs/arg_nocapture.ll
llvm/test/Transforms/FunctionAttrs/arg_returned.ll
llvm/test/Transforms/FunctionAttrs/dereferenceable.ll
llvm/test/Transforms/FunctionAttrs/internal-noalias.ll
llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
llvm/test/Transforms/FunctionAttrs/nosync.ll
llvm/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69797.227671.patch
Type: text/x-patch
Size: 18959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191104/5939162e/attachment.bin>
More information about the llvm-commits
mailing list