[PATCH] D59978: [Attributor] Deduce "no-return" function attribute

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 22:15:47 PDT 2019


jdoerfert updated this revision to Diff 211672.
jdoerfert added a comment.

Simplify the no-return deduction based on liveness and returned values


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59978

Files:
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/test/Transforms/FunctionAttrs/arg_nocapture.ll
  llvm/test/Transforms/FunctionAttrs/fn_noreturn.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59978.211672.patch
Type: text/x-patch
Size: 7110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190725/b5d8589a/attachment.bin>


More information about the llvm-commits mailing list