[PATCH] D59978: [Attributor] Deduce "no-return" function attribute
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 28 20:09:56 PDT 2019
jdoerfert created this revision.
jdoerfert added reviewers: homerdin, hfinkel, fedor.sergeev, sanjoy, spatel, nlopes, nicholas, reames.
Herald added subscribers: bollu, hiraditya.
Herald added a project: LLVM.
jdoerfert added a parent revision: D59918: [Attributor] Pass infrastructure and fixpoint framework.
Deduce the "no-return" attribute for functions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D59978
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/test/Transforms/FunctionAttrs/arg_returned.ll
llvm/test/Transforms/FunctionAttrs/fn_noreturn.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59978.192773.patch
Type: text/x-patch
Size: 13521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190329/a938f648/attachment.bin>
More information about the llvm-commits
mailing list