[PATCH] D59978: [Attributor] Deduce the "no-return" attribute for functions
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 05:29:05 PDT 2019
jdoerfert marked an inline comment as done.
jdoerfert added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:2036
+
+ // Fallthrough, reached if we failed to keep the no-capture state.
+ indicatePessimisticFixpoint();
----------------
sstefan1 wrote:
> no-return state?
Good catch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59978/new/
https://reviews.llvm.org/D59978
More information about the llvm-commits
mailing list