llvm-project/llvm/test/Transforms/InferFunctionAttrs
Nikita Popov 65fd034b95 [FunctionAttrs] Infer willreturn for functions without loops
If a function doesn't contain loops and does not call non-willreturn
functions, then it is willreturn. Loops are detected by checking
for backedges in the function. We don't attempt to handle finite
loops at this point.

Differential Revision: https://reviews.llvm.org/D94633
2021-01-21 20:29:33 +01:00
..
annotate.ll [BuildLibcalls, Attrs] Support more variants of C++'s new, add attributes for C++'s delete 2021-01-21 00:12:37 +01:00
dereferenceable-inseltpoison.ll Precommit transform tests that have poison as insertelement's placeholder 2020-12-24 11:46:17 +09:00
dereferenceable.ll [Attributor] Copy or port test cases related to Attributor to` Attributor` test folder 2019-12-02 15:36:29 +00:00
no-proto.ll
norecurse_debug.ll [FunctionAttrs] Infer willreturn for functions without loops 2021-01-21 20:29:33 +01:00
pr30455.ll