forked from OSchip/llvm-project
2574d7cbf6
Summary: It is possible for some passes to materialize a call to a libcall (ex: ldexp, exp2, etc), but these passes will not mark the call as a gc-leaf-function. All libcalls are actually gc-leaf-functions, so we change llvm::callsGCLeafFunction() to tell us that available libcalls are equivalent to gc-leaf-function calls. Reviewers: sanjoy, anna, reames Reviewed By: anna Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D35840 llvm-svn: 309291 |
||
---|---|---|
.. | ||
basic.ll | ||
call-in-loop.ll | ||
finite-loops.ll | ||
libcall.ll | ||
memset.ll | ||
no-statepoints.ll | ||
split-backedge.ll | ||
statepoint-coreclr.ll | ||
statepoint-frameescape.ll |