[PATCH] D59978: [Attributor] Deduce the "no-return" attribute for functions
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 05:01:21 PDT 2019
sstefan1 added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:2036
+
+ // Fallthrough, reached if we failed to keep the no-capture state.
+ indicatePessimisticFixpoint();
----------------
no-return state?
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